Updating a texture's __webglTexture works for normal textures but not for scene.environment

Solved: For setting the environment needs the PMREMUpdate set to true when the texture is replaced.

this.xrLight.environment.needsPMREMUpdate = true;
1 Like