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
Originally posted by lukeIam October 15, 2023
Hi 👋,
nice library!
One question: does somebody knows a way how to let a user interact with markers in stereo mode?
I thought about adding a dot in the center of the users view + when the view does not move show a loading circle. After some time of non-movement the click event of the marker "near" of the "cursor" dot is invoked.
But I was unable to implement this in a stereo view.
Any thoughts?
The text was updated successfully, but these errors were encountered:
This kind of interaction will only be possible with imageLayer and videoLayer markers. Other markers are not part of the 3D scene and thus cannot be displayed in stereo mode.
Discussed in #1119
Originally posted by lukeIam October 15, 2023
Hi 👋,
nice library!
One question: does somebody knows a way how to let a user interact with markers in stereo mode?
I thought about adding a dot in the center of the users view + when the view does not move show a loading circle. After some time of non-movement the click event of the marker "near" of the "cursor" dot is invoked.
But I was unable to implement this in a stereo view.
Any thoughts?
The text was updated successfully, but these errors were encountered: