mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
SpotLightShadow uses PerspectiveCamera
This commit is contained in:
1
types/three/three-core.d.ts
vendored
1
types/three/three-core.d.ts
vendored
@@ -2056,6 +2056,7 @@ export class SpotLight extends Light {
|
||||
}
|
||||
|
||||
export class SpotLightShadow extends LightShadow {
|
||||
camera: PerspectiveCamera;
|
||||
update(light: Light): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user