Replies: 2 comments 2 replies
-
Hi @ev88, can you please share a link so we can repro what you mean? You can try by remixing our glitch link: |
Beta Was this translation helpful? Give feedback.
-
After fiddling around with injecting code into Shadow Root (where the canvas for most interactions with models reside) this code worked for me (using jQuery for DOM selection stuff, can of course be done using the classic document.getElementByTag(....)). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How would I go about hiding the cursor but still allowing the user to rotate the model with their mouse by dragging? I'd like to record a video of me rotating the object, but not have the cursor shown. I've tried all the CSS tricks but nothing has worked. Disabling pointer events does hide the cursor, but also disables me from dragging/rotating the model.
Beta Was this translation helpful? Give feedback.
All reactions