Tramway SDK
|
Classes | |
struct | Light |
Functions | |
Octree< Light * > | light_tree ("light tree", 200) |
void | AddLight (light_t light, vec3 pos, float dist) |
void | FindLights (vec3 position, light_t *dest) |
void | RemoveLight (light_t light) |
Variables | |
Pool< Light > | light_list ("lighttree pool", 200) |
void tram::Render::LightTree::RemoveLight | ( | light_t | light | ) |