Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
LightingDebugValues
Interface LightingDebugValues
Standard scene lighting debug settings.
interface
LightingDebugValues
{
ambientColor
:
string
;
ambientIntensity
:
number
;
shadowMapSize
:
number
;
shadowsEnabled
:
boolean
;
sunColor
:
string
;
sunIntensity
:
number
;
sunPosition
:
{
x
:
number
;
y
:
number
;
z
:
number
}
;
}
Index
Properties
ambient
Color
ambient
Intensity
shadow
Map
Size
shadows
Enabled
sun
Color
sun
Intensity
sun
Position
Properties
ambient
Color
ambientColor
:
string
ambient
Intensity
ambientIntensity
:
number
shadow
Map
Size
shadowMapSize
:
number
shadows
Enabled
shadowsEnabled
:
boolean
sun
Color
sunColor
:
string
sun
Intensity
sunIntensity
:
number
sun
Position
sunPosition
:
{
x
:
number
;
y
:
number
;
z
:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ambient
Color
ambient
Intensity
shadow
Map
Size
shadows
Enabled
sun
Color
sun
Intensity
sun
Position
GitHub
Examples
Strata - v1.4.10
Loading...
Standard scene lighting debug settings.