![]() |
PeriDyno 1.0.0
|
#include <HierarchicalModel.h>
Public Member Functions | |
Bone () | |
![]() | |
ModelObject () | |
~ModelObject () | |
bool | operator== (const ModelObject &model) |
Vec3f | getFrameTranslation (Real time) |
Vec3f | getFrameRotation (Real time) |
Vec3f | getFrameScale (Real time) |
![]() | |
Object () | |
virtual | ~Object () |
ObjectId | objectId () |
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. | |
![]() | |
std::string | name |
Mat4f | localTransform = 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 |
std::vector< Real > | m_Translation_Times [3] |
std::vector< Real > | m_Translation_Values [3] |
std::vector< Real > | m_Rotation_Times [3] |
std::vector< Real > | m_Rotation_Values [3] |
std::vector< Real > | m_Scale_Times [3] |
std::vector< Real > | m_Scale_Values [3] |
Definition at line 64 of file HierarchicalModel.h.
|
inline |
Definition at line 67 of file HierarchicalModel.h.