When using this.scene.freezeActiveMeshes() what would I need to unfreeze to get a ground reflection working agian?

@Pryme8 you can try this:

camera.customRenderTargets.push(mirrorMaterial.reflectionTexture);

(your playground updated)

A brief explanation why this helps can be found here in this topic.

2 Likes