Ver Fonte

Update webgl_performance.html

Pontus Leitzler há 9 anos atrás
pai
commit
286df9b9c9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/webgl_performance.html

+ 1 - 1
examples/webgl_performance.html

@@ -50,7 +50,7 @@
 
 				objects = [];
 
-				var material = new THREE.MeshNormalMaterial( { shading: THREE.SmoothShading } );
+				var material = new THREE.MeshNormalMaterial( { } );
 
 				var loader = new THREE.JSONLoader();
 				loader.load( 'obj/Suzanne.js', function ( geometry ) {