mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #19085 from sirDonovan/three
three: Fix PointLight definition
This commit is contained in:
Vendored
+5
-1
@@ -1987,10 +1987,14 @@ export class PointLight extends Light {
|
||||
distance: number;
|
||||
|
||||
decay: number;
|
||||
shadow: LightShadow;
|
||||
shadow: PointLightShadow;
|
||||
power: number;
|
||||
}
|
||||
|
||||
export class PointLightShadow extends LightShadow {
|
||||
camera: PerspectiveCamera;
|
||||
}
|
||||
|
||||
/**
|
||||
* A point light that can cast shadow in one direction.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user