Просмотр исходного кода

Removed class prop `.castShadow`

ycw 5 лет назад
Родитель
Сommit
b8b012fa32
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      src/lights/AmbientLight.d.ts

+ 0 - 6
src/lights/AmbientLight.d.ts

@@ -20,12 +20,6 @@ export class AmbientLight extends Light {
 	 */
 	 */
 	type: string;
 	type: string;
 
 
-	/**
-	 * This light cannot be used to cast shadows as it does not have a direction.
-	 * @default false
-	 * @override
-	 */
-	castShadow: boolean;
 	readonly isAmbientLight: true;
 	readonly isAmbientLight: true;
 
 
 }
 }

粤ICP备19079148号