networking - Algorithm for spatially-based notifications -
i have app connects many clients, each having 2d coordinates , visibility radius assigned. each client can change state should broadcast clients, have him in visibility radius. there algorithm takes list of changed clients , computes list of clients should receive state change notifications? thinking of quadtree-based approach, don't know if that's sufficient.
Comments
Post a Comment