![]() |
PeriDyno 1.2.1
|
#include <HierarchicalModel.h>
Public Member Functions | |
ModelObject () | |
~ModelObject () | |
bool | operator== (const ModelObject &model) |
![]() | |
Object () | |
virtual | ~Object () |
ObjectId | objectId () |
Public Attributes | |
std::string | name |
Mat4f | localTransform = Mat4f::identityMatrix() |
Mat4f | worldTransform = Mat4f::identityMatrix() |
Vec3f | localTranslation = Vec3f(0) |
Vec3f | localRotation = Vec3f(0) |
Vec3f | localScale = Vec3f(1) |
Vec3f | preRotation = Vec3f(0) |
Vec3f | pivot = Vec3f(0) |
std::vector< std::shared_ptr< ModelObject > > | child |
std::vector< std::shared_ptr< ModelObject > > | parent |
int | id = -1 |
Additional Inherited Members | |
![]() | |
static bool | registerClass (ClassInfo *ci) |
static Object * | createObject (std::string name) |
static std::map< std::string, ClassInfo * > * | getClassMap () |
static ObjectId | baseId () |
Base Id. | |
Definition at line 19 of file HierarchicalModel.h.
|
inline |
dyno::ModelObject::~ModelObject | ( | ) |
bool dyno::ModelObject::operator== | ( | const ModelObject & | model | ) |
std::vector<std::shared_ptr<ModelObject> > dyno::ModelObject::child |
Definition at line 38 of file HierarchicalModel.h.
int dyno::ModelObject::id = -1 |
Definition at line 40 of file HierarchicalModel.h.
Definition at line 33 of file HierarchicalModel.h.
Definition at line 34 of file HierarchicalModel.h.
Mat4f dyno::ModelObject::localTransform = Mat4f::identityMatrix() |
Definition at line 30 of file HierarchicalModel.h.
Definition at line 32 of file HierarchicalModel.h.
std::string dyno::ModelObject::name |
Definition at line 29 of file HierarchicalModel.h.
std::vector<std::shared_ptr<ModelObject> > dyno::ModelObject::parent |
Definition at line 39 of file HierarchicalModel.h.
Definition at line 36 of file HierarchicalModel.h.
Definition at line 35 of file HierarchicalModel.h.
Mat4f dyno::ModelObject::worldTransform = Mat4f::identityMatrix() |
Definition at line 31 of file HierarchicalModel.h.