Is your feature request related to a problem? Please describe.
F3D supports playing animations, but has no way to select how this animation will play out, lets add animation modes for that, such as pingpong, forward, backward, as well as another CLI option to select the number of time it should play.
Describe the solution you'd like
- Add an
--animation-mode CLI option and scene.animation.mode to select how animation should play out, where the default is forward
- Add an
--animation-repeat CLI option and scene.animation.repeat to select how many time animation should play out, where unset means unlimited.
- Add tests and docs
Is your feature request related to a problem? Please describe.
F3D supports playing animations, but has no way to select how this animation will play out, lets add animation modes for that, such as
pingpong,forward,backward, as well as another CLI option to select the number of time it should play.Describe the solution you'd like
--animation-modeCLI option andscene.animation.modeto select how animation should play out, where the default isforward--animation-repeatCLI option andscene.animation.repeatto select how many time animation should play out, where unset means unlimited.