Light3D

represents a 3D light

Constructors

this
this(Color color)

creates a new light with a given color

Members

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bounds
BoundingBox bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

color
Color color;

the color of the light

light_enabled
bool light_enabled;

whether the light is enabled

Meta