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
compared to the old mouseclicked event on viewer.scene.input the new "picked" event of the viewer.cameraControl is delayed and can therefore cause weird behaviour on picking the entity.
A click and mouse move within the delay will not pick the desired 3d entity in the viewer, but the currently hovered entity at the time of the event firing.