Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFPunctualLight
Interface GLTFPunctualLight
interface
GLTFPunctualLight
{
color
?:
readonly
[
number
,
number
,
number
]
;
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
;
extras
?:
JsonValue
;
intensity
?:
number
;
name
?:
string
;
range
?:
number
;
spot
?:
GLTFPunctualSpotLight
;
type
:
"directional"
|
"spot"
|
"point"
;
}
Hierarchy (
View Summary
)
GLTFProperty
GLTFPunctualLight
Index
Properties
color?
extensions?
extras?
intensity?
name?
range?
spot?
type
Properties
Optional
color
color
?:
readonly
[
number
,
number
,
number
]
Optional
extensions
extensions
?:
Readonly
<
Record
<
string
,
unknown
>
>
Optional
extras
extras
?:
JsonValue
Optional
intensity
intensity
?:
number
Optional
name
name
?:
string
Optional
range
range
?:
number
Optional
spot
spot
?:
GLTFPunctualSpotLight
type
type
:
"directional"
|
"spot"
|
"point"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
extensions
extras
intensity
name
range
spot
type
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...