ThingOrigin.js
Preparing search index...
SpotLightParams
Interface SpotLightParams
interface
SpotLightParams
{
angle
?:
number
;
castShadow
?:
boolean
;
color
?:
string
|
number
;
decay
?:
number
;
distance
?:
number
;
intensity
?:
number
;
name
?:
string
;
penumbra
?:
number
;
position
?:
xyz
;
shadowFar
?:
number
;
shadowMapSize
?:
number
;
shadowNear
?:
number
;
target
?:
Object3D
<
Object3DEventMap
>
|
{
x
:
number
;
y
:
number
;
z
:
number
}
;
}
Hierarchy
BaseLightParams
SpotLightParams
Index
Properties
angle?
cast
Shadow?
color?
decay?
distance?
intensity?
name?
penumbra?
position?
shadow
Far?
shadow
Map
Size?
shadow
Near?
target?
Properties
Optional
angle
angle
?:
number
Optional
cast
Shadow
castShadow
?:
boolean
Optional
color
color
?:
string
|
number
Optional
decay
decay
?:
number
Optional
distance
distance
?:
number
Optional
intensity
intensity
?:
number
Optional
name
name
?:
string
Optional
penumbra
penumbra
?:
number
Optional
position
position
?:
xyz
Optional
shadow
Far
shadowFar
?:
number
Optional
shadow
Map
Size
shadowMapSize
?:
number
Optional
shadow
Near
shadowNear
?:
number
Optional
target
target
?:
Object3D
<
Object3DEventMap
>
|
{
x
:
number
;
y
:
number
;
z
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
angle
cast
Shadow
color
decay
distance
intensity
name
penumbra
position
shadow
Far
shadow
Map
Size
shadow
Near
target
ThingOrigin.js
Loading...