Browse Source

Removed override `.castShadow`

ycw 4 years ago
parent
commit
603bad2894
1 changed files with 0 additions and 2 deletions
  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.castShadow = false;
-
 	this.position.copy( Object3D.DefaultUp );
 	this.updateMatrix();