Assimp  v3.1.1 (June 2014)
vmd::VmdBoneFrame Class Reference

ボーンフレーム More...

Public Member Functions

void Read (std::istream *stream)
 
void Write (std::ostream *stream)
 

Public Attributes

int frame
 フレーム番号 More...
 
char interpolation [4][4][4]
 補間曲線 More...
 
std::string name
 ボーン名 More...
 
float orientation [4]
 回転 More...
 
float position [3]
 位置 More...
 

Detailed Description

ボーンフレーム

Member Function Documentation

◆ Read()

void vmd::VmdBoneFrame::Read ( std::istream *  stream)
inline

◆ Write()

void vmd::VmdBoneFrame::Write ( std::ostream *  stream)
inline

Member Data Documentation

◆ frame

int vmd::VmdBoneFrame::frame

フレーム番号

◆ interpolation

char vmd::VmdBoneFrame::interpolation[4][4][4]

補間曲線

◆ name

std::string vmd::VmdBoneFrame::name

ボーン名

◆ orientation

float vmd::VmdBoneFrame::orientation[4]

回転

◆ position

float vmd::VmdBoneFrame::position[3]

位置


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