SpotLightShadow uses PerspectiveCamera

This commit is contained in:
Kael
2018-02-13 14:46:32 +11:00
committed by GitHub
parent fc74694166
commit 37e3bf20ea

View File

@@ -2056,6 +2056,7 @@ export class SpotLight extends Light {
}
export class SpotLightShadow extends LightShadow {
camera: PerspectiveCamera;
update(light: Light): void;
}