Explorar o código

TS: Fix SpotLight.d.ts.

Mugen87 %!s(int64=5) %!d(string=hai) anos
pai
achega
b55a4f114d
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      src/lights/SpotLight.d.ts

+ 1 - 7
src/lights/SpotLight.d.ts

@@ -13,7 +13,7 @@ export class SpotLight extends Light {
 		intensity?: number,
 		distance?: number,
 		angle?: number,
-		exponent?: number,
+		penumbra?: number,
 		decay?: number
 	);
 
@@ -41,12 +41,6 @@ export class SpotLight extends Light {
 	 */
 	angle: number;
 
-	/**
-	 * Rapidity of the falloff of light from its target direction.
-	 * Default — 10.0.
-	 */
-	exponent: number;
-
 	decay: number;
 	shadow: SpotLightShadow;
 	power: number;