#include <lescegra/sg/node.h>
#include <lescegra/util/vertex.h>
Include dependency graph for light.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgLight |
| Directional or point light source. More... | |
Defines | |
| #define | LSG_LIGHT_H 1 |
| #define | LsgLight_update(self, now) LsgNode_update(&(self)->super, now) |
| #define | LsgLight_clean(self) LsgNode_clean(&(self)->super) |
| #define | LsgLight_destroy(self) LsgNode_destroy(&(self)->super) |
Functions | |
| LsgLight * | LsgLight_create (int num) |
| void | LsgLight_init (LsgLight *self, int num) |
| void | LsgLight_display (LsgLight *self, LsgFrustum *frust) |
| void | LsgLight_enable (LsgLight *self) |
| void | LsgLight_disable (LsgLight *self) |