Assimp  v3.1.1 (June 2014)
Assimp::MDL::Bone_MDL7 Struct Reference

Data structure for a bone in a MDL7 file. More...

Public Attributes

uint8_t _unused_ [2]
 
char name [1]
 Optional name of the bone. More...
 
uint16_t parent_index
 Index of the parent bone of this bone. More...
 
float x
 Relative position of the bone (relative to the parent bone) More...
 
float y
 
float z
 

Detailed Description

Data structure for a bone in a MDL7 file.

Member Data Documentation

uint8_t Assimp::MDL::Bone_MDL7::_unused_[2]
char Assimp::MDL::Bone_MDL7::name[1]

Optional name of the bone.

uint16_t Assimp::MDL::Bone_MDL7::parent_index

Index of the parent bone of this bone.

0xffff means: "hey, I have no parent, I'm an orphan"

float Assimp::MDL::Bone_MDL7::x

Relative position of the bone (relative to the parent bone)

float Assimp::MDL::Bone_MDL7::y
float Assimp::MDL::Bone_MDL7::z

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