Replies: 1 comment 4 replies
-
Just call |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question for y'all, I'm trying to understand how the play animation check box and animation scrubber are implemented in the editor. The elements I'm referring to appear when you load a model with animations. The play button is automatically checked if the animation auto plays. And the scrubber allows you to go frame by frame through the animation.
I'd like to implement these in my own project.
Can someone possibly give me an example of how I'd implement both the html and what ever components are needed.
As a reference I'm using the "show model dimensions" example as a foundation. Pretty new to this level of web implementation/development.
Beta Was this translation helpful? Give feedback.
All reactions