How to live stream animations of gltf and achieve frame rate independence

To power the animation loop, one can use requestAnimationFrame(), setInterval() or setTimeout().

The RAF callback delay is set by OS screen repaint frequency. The SI and STO are set by you.