Browse Source

Removed class prop `.castShadow`

ycw 4 years ago
parent
commit
1e8db9334c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/lights/HemisphereLight.d.ts

+ 0 - 7
src/lights/HemisphereLight.d.ts

@@ -25,13 +25,6 @@ export class HemisphereLight extends Light {
 	 */
 	position: Vector3;
 
-	/**
-	 * This light cannot be used to cast shadows.
-	 * @default false
-	 * @override
-	 */
-	castShadow: boolean;
-
 	groundColor: Color;
 
 	readonly isHemisphereLight: true;