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)
Due to a scheduled upgrade to version 18.4, GitLab will be unavailable on Monday 29.09., from 20:00 until 21:00.
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)