dagon v0.15.0 (2023-08-30T21:09:18Z)
Home
Dub
Repo
Environment
dagon
graphics
environment
Undocumented in source.
class
Environment : Owner {
Color4f
backgroundColor
;
Color4f
ambientColor
;
Texture
ambientMap
;
Texture
ambientBRDF
;
float
ambientEnergy
;
Color4f
fogColor
;
float
fogStart
;
float
fogEnd
;
Light
sun
;
TerrainMaterial
terrainMaterial
;
this
(Owner o);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Members
Variables
ambientBRDF
Texture
ambientBRDF
;
Undocumented in source.
ambientColor
Color4f
ambientColor
;
Undocumented in source.
ambientEnergy
float
ambientEnergy
;
Undocumented in source.
ambientMap
Texture
ambientMap
;
Undocumented in source.
backgroundColor
Color4f
backgroundColor
;
Undocumented in source.
fogColor
Color4f
fogColor
;
Undocumented in source.
fogEnd
float
fogEnd
;
Undocumented in source.
fogStart
float
fogStart
;
Undocumented in source.
sun
Light
sun
;
Undocumented in source.
terrainMaterial
TerrainMaterial
terrainMaterial
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
environment
classes
Environment