소스 검색

Unneded property set.

Mr.doob 14 년 전
부모
커밋
97c556cb3d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/webgl_lights_pointlights.html

+ 0 - 1
examples/webgl_lights_pointlights.html

@@ -77,7 +77,6 @@
 
 					object = new THREE.Mesh( geometry, new THREE.MeshPhongMaterial( { ambient: 0x555555, color: 0x555555, specular: 0xffffff, shininess: 50, shading: THREE.SmoothShading }  )  );
 					object.scale.x = object.scale.y = object.scale.z = 0.80;
-					object.overdraw = true;
 					scene.addObject( object );
 
 					loader.statusDomElement.style.display = "none";