فهرست منبع

Update AmbientLight.js

ycw 5 سال پیش
والد
کامیت
4ab0bc7b8e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/lights/AmbientLight.js

+ 1 - 1
src/lights/AmbientLight.js

@@ -6,7 +6,7 @@ function AmbientLight( color, intensity ) {
 
 	this.type = 'AmbientLight';
 
-	this.castShadow = false;
+	this.castShadow = undefined;
 
 }
 

粤ICP备19079148号