Currently I am in the process of creating animations in a gltf file that I then load into Three.js.
It occured to me, that I should pay attention to the duration of my animations so I don’t have to call .setDuration with a manually calculated value on every AnimationAction myself.
What is the frame rate of the default AnimationAction.timeScale === 1?
Is it 60 fps? 30? 24?