intelvwi / DSG

Distributed Scene Graph
20 stars 13 forks source link

GroupPosition Updates seem to be sent for every prim in the link set. #9

Closed dslake closed 11 years ago

dslake commented 11 years ago

When a linkset moves that is not an attachment, GroupPosition should be sent only for the root prim. It looks like the code already filters GroupPosition updates for prims that are not the root prim but the logs seem to indicate differently.

dslake commented 11 years ago

There was a filter in place when syncing linksets where prims that are not the root prim do not get their group properties synchronized. That list had IsSelected and AbsolutePosition but should have also had GroupPosition or maybe instead of AbsolutePosition. I added GroupPosition to the HashSet of GroupProperties in SyncableProperties.