BlinnPhongLightManager

acts as a manager for Light3D components

Members

Functions

register_entity
void register_entity(Entity nt)
Undocumented in source. Be warned that the author may not have intended to support it.
unregister_entity
void unregister_entity(Entity nt)
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.

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