Skip to main content
Participant
February 4, 2016
Question

slide to play frames

  • February 4, 2016
  • 1 reply
  • 428 views

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.

This topic has been closed for replies.

1 reply

JoelGeraci_Datalogics
Participating Frequently
February 5, 2016

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-