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
The problem is that the controls for markers aren't always centered on the actual marker position. The marker feedback topic only provides marker position, so if the controls are too far away, we won't be able to 'grab' them.
To get rid of this parameter, we'd need to capture server state (via the update topic), find the marker corresponding to that in the feedback topic, find the best candidate control (MOVE_ROTATE_3D), and then set the marker position to this control position. Ugh.
The text was updated successfully, but these errors were encountered:
The problem is that the controls for markers aren't always centered on the actual marker position. The marker feedback topic only provides marker position, so if the controls are too far away, we won't be able to 'grab' them.
To get rid of this parameter, we'd need to capture server state (via the update topic), find the marker corresponding to that in the feedback topic, find the best candidate control (MOVE_ROTATE_3D), and then set the marker position to this control position. Ugh.
The text was updated successfully, but these errors were encountered: