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
There seems to be an issue with the hit test triggering events when the user looks at objects at certain camera rotations. For example from the video below, you can see that the onFuse event on an object sometimes does not trigger, even the user is hovering right on top of it.
The root cause is mainly that the bounding box of billboarded elements are not correctly computed at certain angles - this causes the box to "Shrink" there by resulting in click misses.
The text was updated successfully, but these errors were encountered:
dthian
changed the title
Reticle Does not Fuse at certain camera rotations
Billboarded Element's bounding box do not accurate reflect element.
Jun 27, 2018
There seems to be an issue with the hit test triggering events when the user looks at objects at certain camera rotations. For example from the video below, you can see that the onFuse event on an object sometimes does not trigger, even the user is hovering right on top of it.
The root cause is mainly that the bounding box of billboarded elements are not correctly computed at certain angles - this causes the box to "Shrink" there by resulting in click misses.
The text was updated successfully, but these errors were encountered: