浏览代码

Removed override `.castShadow`

ycw 5 年之前
父节点
当前提交
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.castShadow = false;
-
 	this.position.copy( Object3D.DefaultUp );
 	this.updateMatrix();