BasicSceneLightManager

acts as a manager for Light3D components

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Variables

ambient
float ambient;
Undocumented in source.
light_clamp
float light_clamp;
Undocumented in source.
light_quantize
bool light_quantize;
Undocumented in source.
shader
Shader shader;

the lighting shader

shine_amount
float shine_amount;
Undocumented in source.

Inherited Members

From Manager

scene
Scene scene;

set when attached to a scene

setup
void setup()

performs any setup needed for this manager

update
void update()

updates this manager

destroy
void destroy()

frees resources used by this manager

Meta