Explorar el Código

Removed override `.castShadow`

ycw hace 5 años
padre
commit
603bad2894
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/lights/HemisphereLight.js

+ 0 - 2
src/lights/HemisphereLight.js

@@ -8,8 +8,6 @@ function HemisphereLight( skyColor, groundColor, intensity ) {
 
 
 	this.type = 'HemisphereLight';
 	this.type = 'HemisphereLight';
 
 
-	this.castShadow = false;
-
 	this.position.copy( Object3D.DefaultUp );
 	this.position.copy( Object3D.DefaultUp );
 	this.updateMatrix();
 	this.updateMatrix();
 
 

粤ICP备19079148号