Explorar el Código

Disabled point light, now that it works also in WebGL, not to have red people :).

alteredq hace 15 años
padre
commit
1de8e6fd2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/obj_convert_test.html

+ 1 - 1
examples/obj_convert_test.html

@@ -210,7 +210,7 @@
 				scene.addLight( directionalLight );
 
 				var pointLight = new THREE.PointLight( 0xff0000, 1 );
-				scene.addLight( pointLight );
+				//scene.addLight( pointLight );
 
 
                 if ( render_gl ) {