Explorar o código

Unneded property set.

Mr.doob %!s(int64=14) %!d(string=hai) anos
pai
achega
97c556cb3d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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";