|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <BasicTypes.hpp>

Public Attributes | |
| glm::mat4 | boneOffset |
| offset matrix of the bone More... | |
| int | parent |
| index of the parent in bone array. More... | |
| std::vector< uint32_t > | children |
| indices of the children in bone array. More... | |
| glm::mat4 BoneNode::boneOffset |
offset matrix of the bone
| std::vector<uint32_t> BoneNode::children |
indices of the children in bone array.
| int BoneNode::parent |
index of the parent in bone array.