I’ve been experimenting with the cubeTexture generated by the ReflectionProbe (rendering a hidden skybox at low resolution, then using that cubemap texture on a real skybox) but there seem to be a few limitations. I just had three quick questions, if anyone has any ideas:
-
For performance reasons, the probe seems to stop rendering when no material with reflectionTexture=ReflectionProbe.cubeTexture is being drawn that frame. Is there a way to force rendering? (Calling ReflectionProbe.refreshRate = BABYLON.RenderTargetTexture.refreshrate_render_once every frame doesn’t do it.)
-
It looks like there’s no option to render to an HDR texture in 3.3. Is this coming in 4?
-
Can a normal camera render to a cubeTexture in BJS? (Basically, am I being sillier than usual.)