dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
Dub
Repo
LightManager
dagon
graphics
light
Undocumented in source.
class
LightManager : Owner {
DynamicArray
!
LightSource
lightSources
;
this
(Owner o);
~this
();
LightSource
addLight
(Vector3f position, Color4f color, float energy, float radius, float areaRadius);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
addLight
LightSource
addLight
(Vector3f position, Color4f color, float energy, float radius, float areaRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
lightSources
DynamicArray
!
LightSource
lightSources
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
light
classes
LightBehaviour
LightManager
LightSource