Skip to content
Performance improvements.
Rendering was called twice.
RequestAnimationFrame was being also called twice, once by controls.update() and once by itself, resulting in an increased refresh rate (around 1000-2000FPS instead of 60FPS)