Просмотр исходного кода

Removed override `.castShadow`

ycw 5 лет назад
Родитель
Сommit
603bad2894
1 измененных файлов с 0 добавлено и 2 удалено
  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号