#include <lescegra/sg/group.h>
#include <lescegra/util/vertex.h>
#include <lescegra/util/matrix.h>
#include <lescegra/util/frustum.h>
Include dependency graph for transform.h:

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

Go to the source code of this file.
Data Structures | |
| struct | LsgTransform |
| Geometry transformation node. More... | |
Defines | |
| #define | LSG_TRANSFORM_H 1 |
| #define | LsgTransform_clean(self) LsgGroup_clean(&(self)->super) |
| #define | LsgTransform_destroy(self) LsgGroup_destroy(&(self)->super) |
|
|
Clean all children. Reuse parent implementation. |
|
|
Destructor method for LsgTransform. Reuse parent implementation. |