Selaa lähdekoodia

Update webgl_loader_texture_hdrjpg.html

mrdoob 1 vuosi sitten
vanhempi
commit
1d0fbff6c3
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      examples/webgl_loader_texture_hdrjpg.html

+ 1 - 2
examples/webgl_loader_texture_hdrjpg.html

@@ -58,7 +58,7 @@
 
 			const params = {
 				envMap: 'HDR JPG',
-				roughness: 0.0,
+				roughness: 1.0,
 				metalness: 1.0,
 				exposure: 1.0,
 				debug: false
@@ -274,7 +274,6 @@
 
 				}
 
-				// torusMesh.rotation.y += 0.005;
 				planeMesh.visible = params.debug;
 
 				scene.environment = equirectangularMap;