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

VMDモーション More...

Public Member Functions

bool SaveToFile (const std::u16string &filename)
 
bool SaveToStream (std::ofstream *stream)
 

Static Public Member Functions

static std::unique_ptr< VmdMotionLoadFromFile (char const *filename)
 
static std::unique_ptr< VmdMotionLoadFromStream (std::ifstream *stream)
 

Public Attributes

std::vector< VmdBoneFramebone_frames
 ボーンフレーム More...
 
std::vector< VmdCameraFramecamera_frames
 カメラフレーム More...
 
std::vector< VmdFaceFrameface_frames
 表情フレーム More...
 
std::vector< VmdIkFrameik_frames
 IKフレーム More...
 
std::vector< VmdLightFramelight_frames
 ライトフレーム More...
 
std::string model_name
 モデル名 More...
 
int version
 バージョン More...
 

Detailed Description

VMDモーション

Member Function Documentation

◆ LoadFromFile()

static std::unique_ptr<VmdMotion> vmd::VmdMotion::LoadFromFile ( char const *  filename)
inlinestatic

◆ LoadFromStream()

static std::unique_ptr<VmdMotion> vmd::VmdMotion::LoadFromStream ( std::ifstream *  stream)
inlinestatic

◆ SaveToFile()

bool vmd::VmdMotion::SaveToFile ( const std::u16string &  filename)
inline

◆ SaveToStream()

bool vmd::VmdMotion::SaveToStream ( std::ofstream *  stream)
inline

Member Data Documentation

◆ bone_frames

std::vector<VmdBoneFrame> vmd::VmdMotion::bone_frames

ボーンフレーム

◆ camera_frames

std::vector<VmdCameraFrame> vmd::VmdMotion::camera_frames

カメラフレーム

◆ face_frames

std::vector<VmdFaceFrame> vmd::VmdMotion::face_frames

表情フレーム

◆ ik_frames

std::vector<VmdIkFrame> vmd::VmdMotion::ik_frames

IKフレーム

◆ light_frames

std::vector<VmdLightFrame> vmd::VmdMotion::light_frames

ライトフレーム

◆ model_name

std::string vmd::VmdMotion::model_name

モデル名

◆ version

int vmd::VmdMotion::version

バージョン


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