Copy link to clipboard
Copied
This is the challenge!
This is a 3d scene and I want to create a slider so I can move thru the frames.
The goal is not to play sequences but to control manually the scene.
How can be done? I would appreciate some help.
Copy link to clipboard
Copied
The Animation object in the 3D JS API will allow you to get the length of the animation in seconds, the current time measured in seconds, as well as the number of frames per second. Do a little math and you can step through the animation frame by frame...
...or you can just use the animation slider in the 3D toolbar.
J-
Find more inspiration, events, and resources on the new Adobe Community
Explore Now