Assimp  v3.1.1 (June 2014)
pmd::PmdBone Class Reference

ボーン More...

Public Member Functions

void Read (std::istream *stream)
 
void ReadExpantion (std::istream *stream)
 

Public Attributes

float bone_head_pos [3]
 ボーンのヘッドの位置 More...
 
BoneType bone_type
 ボーン種類 More...
 
uint16_t ik_parent_bone_index
 IKボーン番号 More...
 
std::string name
 ボーン名 More...
 
std::string name_english
 ボーン名(英語) More...
 
uint16_t parent_bone_index
 親ボーン番号 More...
 
uint16_t tail_pos_bone_index
 末端ボーン番号 More...
 

Detailed Description

ボーン

Member Function Documentation

◆ Read()

void pmd::PmdBone::Read ( std::istream *  stream)
inline

◆ ReadExpantion()

void pmd::PmdBone::ReadExpantion ( std::istream *  stream)
inline

Member Data Documentation

◆ bone_head_pos

float pmd::PmdBone::bone_head_pos[3]

ボーンのヘッドの位置

◆ bone_type

BoneType pmd::PmdBone::bone_type

ボーン種類

◆ ik_parent_bone_index

uint16_t pmd::PmdBone::ik_parent_bone_index

IKボーン番号

◆ name

std::string pmd::PmdBone::name

ボーン名

◆ name_english

std::string pmd::PmdBone::name_english

ボーン名(英語)

◆ parent_bone_index

uint16_t pmd::PmdBone::parent_bone_index

親ボーン番号

◆ tail_pos_bone_index

uint16_t pmd::PmdBone::tail_pos_bone_index

末端ボーン番号


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