浏览代码

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";