Explorar o código

Set `.castShadow` to `false`

ycw %!s(int64=4) %!d(string=hai) anos
pai
achega
26183ce552
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = undefined;
+	this.castShadow = false;
 
 }