#include <lescegra/sg/group.h>
Include dependency graph for material.h:

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

Go to the source code of this file.
Data Structures | |
| struct | LsgMaterial |
| Material properties. More... | |
Defines | |
| #define | LSG_MATERIAL_H 1 |
| #define | LsgMaterial_clean(self) LsgGroup_clean(&(self)->super) |
| #define | LsgMaterial_update(self, now) LsgGroup_update(&(self)->super, now) |
| #define | LsgMaterial_collide(self, v, n) LsgGroup_collide(&(self)->super, v, n) |