Ver Fonte

Update AmbientLight.js

ycw há 5 anos atrás
pai
commit
4ab0bc7b8e
1 ficheiros alterados com 1 adições e 1 exclusões
  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号