diff --git a/examples/screenshots/webgpu_parallax_uv.jpg b/examples/screenshots/webgpu_parallax_uv.jpg index e1ef41d46dd733..fae722857148d6 100644 Binary files a/examples/screenshots/webgpu_parallax_uv.jpg and b/examples/screenshots/webgpu_parallax_uv.jpg differ diff --git a/examples/webgpu_parallax_uv.html b/examples/webgpu_parallax_uv.html index 269056b040001d..9303bdde5e48d5 100644 --- a/examples/webgpu_parallax_uv.html +++ b/examples/webgpu_parallax_uv.html @@ -68,13 +68,13 @@ topTexture.colorSpace = THREE.SRGBColorSpace; const roughnessTexture = loader.load( 'textures/ambientcg/Ice002_1K-JPG_Roughness.jpg' ); - roughnessTexture.colorSpace = THREE.SRGBColorSpace; + roughnessTexture.colorSpace = THREE.NoColorSpace; const normalTexture = loader.load( 'textures/ambientcg/Ice002_1K-JPG_NormalGL.jpg' ); normalTexture.colorSpace = THREE.NoColorSpace; const displaceTexture = loader.load( 'textures/ambientcg/Ice002_1K-JPG_Displacement.jpg' ); - displaceTexture.colorSpace = THREE.SRGBColorSpace; + displaceTexture.colorSpace = THREE.NoColorSpace; //