Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
LightingConfig
Interface LightingConfig
interface
LightingConfig
{
ambientColor
?:
string
;
ambientIntensity
?:
number
;
fogColor
?:
string
;
fogDensity
?:
number
;
sunColor
?:
string
;
sunDirection
?:
[
number
,
number
,
number
]
;
sunIntensity
?:
number
;
}
Index
Properties
ambient
Color?
ambient
Intensity?
fog
Color?
fog
Density?
sun
Color?
sun
Direction?
sun
Intensity?
Properties
Optional
ambient
Color
ambientColor
?:
string
Optional
ambient
Intensity
ambientIntensity
?:
number
Optional
fog
Color
fogColor
?:
string
Optional
fog
Density
fogDensity
?:
number
Optional
sun
Color
sunColor
?:
string
Optional
sun
Direction
sunDirection
?:
[
number
,
number
,
number
]
Optional
sun
Intensity
sunIntensity
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ambient
Color
ambient
Intensity
fog
Color
fog
Density
sun
Color
sun
Direction
sun
Intensity
GitHub
Examples
Strata - v1.4.10
Loading...