dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
Dub
Repo
LightSource
dagon
graphics
light
Undocumented in source.
class
LightSource {
Vector3f
position
;
Vector3f
color
;
float
radius
;
float
areaRadius
;
float
energy
;
this
(Vector3f pos, Vector3f col, float attRadius, float areaRadius, float energy);
}
Constructors
this
this
(Vector3f pos, Vector3f col, float attRadius, float areaRadius, float energy)
Undocumented in source.
Members
Variables
areaRadius
float
areaRadius
;
Undocumented in source.
color
Vector3f
color
;
Undocumented in source.
energy
float
energy
;
Undocumented in source.
position
Vector3f
position
;
Undocumented in source.
radius
float
radius
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
light
classes
LightBehaviour
LightManager
LightSource