Is it possible to take advantage of WebGLRenderer.compileAsync() if I need to pre-compile for linear color space (eg: reflectors, envmaps) while the render loop is rendering in srgb?
Any other solution that helps avoiding freezes when adding or removing a light is also welcome.
At the moment I run WebGLRenderer.compileAsync() on a scene clone whenever a light is added/removed.