You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OmarShehata
changed the title
trackedEntity error when use entity.box and SampledPositionProperty
trackedEntity doesn't follow moving entity if it has a "box" geometry
Apr 26, 2020
This seems to be a problem with all geometry in general, not just position based geometry. Debugging points to the problem is that the primitive is never "ready" therefore we can never get it's bounding sphere for zoom purposes. This is most likely an order of operations issue where we are getting the bounding sphere before the primitive update happens (since it's all supposed to be synchronous).
This has probably been broken for quite while and no one noticed. The fix should hopefully be simple, but we have to dig in and figure out where the root of the problem is.
if i use SampledPositionProperty and entity has box, when trackedEntity, the viwer can't fllow the entity center
The text was updated successfully, but these errors were encountered: