Ticket #81 (closed defect: fixed)

Opened 9 months ago

Last modified 3 weeks ago

HostedObject should implement PositionListener to know when position changes

Reported by: PatrickHorn Owned by: nobody
Priority: major Milestone:
Component: Object Host (Client) Keywords:
Cc:

Description

Currently, HostedObject? polls each object in the Object Host. We already have a PositionListener? interface that receives all position updates triggered within the Object Host, so if we listen to that, we can avoid sending messages to LOC except for those objects that actually moved.

This should also help the CPU usage in space and proximity services when we spam update messages every frame.

Change History

Changed 3 weeks ago by ewencp

  • status changed from new to closed
  • resolution set to fixed

Interaction with new space server handles this properly. Location updates are delivered to HostedObject?, so it is aware of any location changes.

Note: See TracTickets for help on using tickets.