From 37e3bf20ea2f25e3e70d39fcc2f12c4b9ed5152e Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 13 Feb 2018 14:46:32 +1100 Subject: [PATCH] SpotLightShadow uses PerspectiveCamera --- types/three/three-core.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index 3982ab5305..f4a04bc1c0 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -2056,6 +2056,7 @@ export class SpotLight extends Light { } export class SpotLightShadow extends LightShadow { + camera: PerspectiveCamera; update(light: Light): void; }