Parcourir la source

Removed shading property for MeshNormalMaterial

Pontus Leitzler il y a 10 ans
Parent
commit
774519eb6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ) {