ソースを参照

Update AmbientLight.d.ts

ycw 5 年 前
コミット
7ac2138b5b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/lights/AmbientLight.d.ts

+ 1 - 1
src/lights/AmbientLight.d.ts

@@ -23,7 +23,7 @@ export class AmbientLight extends Light {
 	/**
 	/**
 	 * This light cannot be used to cast shadows as it does not have a direction. 
 	 * This light cannot be used to cast shadows as it does not have a direction. 
 	 */
 	 */
-	castShadow: false;
+	castShadow: undefined;
 	readonly isAmbientLight: true;
 	readonly isAmbientLight: true;
 
 
 }
 }