Ticket #81 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
