diff --git a/vendor/js/three.module.js b/vendor/js/three.module.js index 09039a55..cbbfd198 100644 --- a/vendor/js/three.module.js +++ b/vendor/js/three.module.js @@ -22612,7 +22612,7 @@ function WebGLRenderer( parameters ) { } - if ( refreshMaterial ) { + if ( refreshMaterial || material.forceUniformsUpdate) { p_uniforms.setValue( _gl, 'toneMappingExposure', _this.toneMappingExposure ); p_uniforms.setValue( _gl, 'toneMappingWhitePoint', _this.toneMappingWhitePoint );