three-gltf-viewer icon indicating copy to clipboard operation
three-gltf-viewer copied to clipboard

Animation playbackSpeed values above 1 not possible

Open kfarr opened this issue 2 years ago • 1 comments

image

It doesn't seem possible to enter values above 1 on the playbackSpeed slider (even when entering manually). Is this by design?

It would be nice to be able to experiment with faster speeds which we are planning to do in our app but testing to see "how it looks" in gltf-viewer

kfarr avatar Jul 25 '22 15:07 kfarr

You can actually test it in your app itself by giving a value more than 1. For example, mixer.timeScale = 3.

Muhammad-Adam avatar Sep 20 '22 08:09 Muhammad-Adam