Explorar o código

Removed override `.castShadow`

ycw %!s(int64=5) %!d(string=hai) anos
pai
achega
bd4f0c2d07
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/lights/AmbientLight.js

+ 0 - 2
src/lights/AmbientLight.js

@@ -6,8 +6,6 @@ function AmbientLight( color, intensity ) {
 
 
 	this.type = 'AmbientLight';
 	this.type = 'AmbientLight';
 
 
-	this.castShadow = false;
-
 }
 }
 
 
 AmbientLight.prototype = Object.assign( Object.create( Light.prototype ), {
 AmbientLight.prototype = Object.assign( Object.create( Light.prototype ), {

粤ICP备19079148号