소스 검색

Removed shading property for MeshNormalMaterial

Pontus Leitzler 10 년 전
부모
커밋
774519eb6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {