dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
FogParams
dlangui
graphics
scene
material
Undocumented in source.
static if
(
ENABLE_OPENGL
)
static if
(
BACKEND_GUI
)
class
FogParams {
immutable
vec4
fogColor
;
immutable
float
fogMinDistance
;
immutable
float
fogMaxDistance
;
this
(vec4 fogColor, float fogMinDistance, float fogMaxDistance);
}
Constructors
this
this
(vec4 fogColor, float fogMinDistance, float fogMaxDistance)
Undocumented in source.
Members
Variables
fogColor
vec4
fogColor
;
Undocumented in source.
fogMaxDistance
float
fogMaxDistance
;
Undocumented in source.
fogMinDistance
float
fogMinDistance
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
scene
material
aliases
MaterialRef
classes
FogParams
Material
structs
AutoParams