Browse Source

Removed class prop `.castShadow`

ycw 4 years ago
parent
commit
b8b012fa32
1 changed files with 0 additions and 6 deletions
  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;
 
 
 }
 }