How to disable back-forth hint rotation? #4219
-
When the model loads, it automatically begins a back-forth rotation to inform visitors that the model is interactive, aided by a hand that also appears. How is this disabled? I have a model rotation script (360 degrees on Z axis for 5 seconds) that it interferes with, creating a jerky rotating behaviour. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
4 hours of searching and I find the answer 5 minutes after posting a question. |
Beta Was this translation helpful? Give feedback.
-
Much appreciated, many thanks
…On Thu, 13 Apr 2023, 2:30 pm danilokrulj, ***@***.***> wrote:
https://modelviewer.dev/docs/index.html#entrydocs-stagingandcameras-attributes-interactionPrompt
Think this is what you are looking for?
interaction-prompt="none"
—
Reply to this email directly, view it on GitHub
<#4219 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVUDKY5LETRYDIU6S5WE43XA6MPLANCNFSM6AAAAAAW4L4ULQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 hours of searching and I find the answer 5 minutes after posting a question.
The answer is interaction-prompt-threshold="9999999999999999999999" or some large millisecond value. Is there a better way?