eduEngine 1.0
Course framework for DA376B
|
Public Member Functions | |
SkeletonNode (const std::string &name, const glm::mat4 &local_tfm) | |
Public Attributes | |
glm::mat4 | local_tfm |
glm::mat4 | global_tfm {1.0f} |
int | bone_index = EENG_NULL_INDEX |
int | nbr_meshes = 0 |
std::string | name = "" |
![]() | |
unsigned | m_nbr_children = 0 |
Nbr of children. | |
unsigned | m_branch_stride = 1 |
Branch size including this node. | |
unsigned | m_parent_ofs = 0 |
Distance to parent, relative parent. | |