Assimp  v4.1. (December 2018)
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

◆ _unused_

uint8_t Assimp::MDL::Bone_MDL7::_unused_[2]

◆ name

char Assimp::MDL::Bone_MDL7::name[1]

Optional name of the bone.

◆ parent_index

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"

◆ x

float Assimp::MDL::Bone_MDL7::x

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

◆ y

float Assimp::MDL::Bone_MDL7::y

◆ z

float Assimp::MDL::Bone_MDL7::z

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