Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
BoneNode Struct Reference

#include <BasicTypes.hpp>

Collaboration diagram for BoneNode:
Collaboration graph

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...
 

Member Data Documentation

◆ boneOffset

glm::mat4 BoneNode::boneOffset

offset matrix of the bone

◆ children

std::vector<uint32_t> BoneNode::children

indices of the children in bone array.

◆ parent

int BoneNode::parent

index of the parent in bone array.


The documentation for this struct was generated from the following file: