Sfoglia il codice sorgente

Removed shading property for MeshNormalMaterial

Pontus Leitzler 10 anni fa
parent
commit
774519eb6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      examples/webgl_performance_static.html

+ 1 - 1
examples/webgl_performance_static.html

@@ -48,7 +48,7 @@
 
 				scene = new THREE.Scene();
 
-				var material = new THREE.MeshNormalMaterial( { } );
+				var material = new THREE.MeshNormalMaterial();
 
 				var loader = new THREE.JSONLoader();
 				loader.load( 'obj/Suzanne.js', function ( geometry ) {