Skip to content

Commit

Permalink
webgl_materials_envmaps_exr: Fix (mrdoob#24270)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviPesin authored and snagy committed Sep 21, 2022
1 parent a69fc8f commit e003713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webgl_materials_envmaps_exr.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

let geometry = new THREE.TorusKnotGeometry( 18, 8, 150, 20 );
let material = new THREE.MeshStandardMaterial( {
metalness: params.roughness,
roughness: params.metalness,
metalness: params.metalness,
roughness: params.roughness,
envMapIntensity: 1.0
} );

Expand Down

0 comments on commit e003713

Please sign in to comment.