|
CORGI
An open source project by
FPL.
|
#include <set>#include <vector>#include "corgi/component.h"#include "fplutil/intrusive_list.h"#include "library_components_generated.h"#include "mathfu/constants.h"#include "mathfu/glsl_mappings.h"#include "mathfu/matrix_4x4.h"Go to the source code of this file.
Classes | |
| struct | corgi::component_library::TransformData |
| Holds all transform data for Entities, such as position, scale, and orientation. More... | |
| class | corgi::component_library::TransformComponent |
| A Component that handles the transformations for every Entity that registers with it. More... | |
Namespaces | |
| corgi | |
| Namespace for CORGI library. | |