Assimp  v3.1.1 (June 2014)
pmx::PmxMorph Class Reference

モーフ More...

Public Member Functions

 PmxMorph ()
 
void Read (std::istream *stream, PmxSetting *setting)
 

Public Attributes

std::unique_ptr< PmxMorphBoneOffset []> bone_offsets
 ボーンモーフ配列 More...
 
MorphCategory category
 カテゴリ More...
 
std::unique_ptr< PmxMorphFlipOffset []> flip_offsets
 フリップモーフ配列 More...
 
std::unique_ptr< PmxMorphGroupOffset []> group_offsets
 グループモーフ配列 More...
 
std::unique_ptr< PmxMorphImplusOffset []> implus_offsets
 インパルスモーフ配列 More...
 
std::unique_ptr< PmxMorphMaterialOffset []> material_offsets
 マテリアルモーフ配列 More...
 
std::string morph_english_name
 モーフ英名 More...
 
std::string morph_name
 モーフ名 More...
 
MorphType morph_type
 モーフタイプ More...
 
int offset_count
 オフセット数 More...
 
std::unique_ptr< PmxMorphUVOffset []> uv_offsets
 UVモーフ配列 More...
 
std::unique_ptr< PmxMorphVertexOffset []> vertex_offsets
 頂点モーフ配列 More...
 

Detailed Description

モーフ

Constructor & Destructor Documentation

◆ PmxMorph()

pmx::PmxMorph::PmxMorph ( )
inline

Member Function Documentation

◆ Read()

void pmx::PmxMorph::Read ( std::istream *  stream,
PmxSetting setting 
)

Member Data Documentation

◆ bone_offsets

std::unique_ptr<PmxMorphBoneOffset []> pmx::PmxMorph::bone_offsets

ボーンモーフ配列

◆ category

MorphCategory pmx::PmxMorph::category

カテゴリ

◆ flip_offsets

std::unique_ptr<PmxMorphFlipOffset []> pmx::PmxMorph::flip_offsets

フリップモーフ配列

◆ group_offsets

std::unique_ptr<PmxMorphGroupOffset []> pmx::PmxMorph::group_offsets

グループモーフ配列

◆ implus_offsets

std::unique_ptr<PmxMorphImplusOffset []> pmx::PmxMorph::implus_offsets

インパルスモーフ配列

◆ material_offsets

std::unique_ptr<PmxMorphMaterialOffset []> pmx::PmxMorph::material_offsets

マテリアルモーフ配列

◆ morph_english_name

std::string pmx::PmxMorph::morph_english_name

モーフ英名

◆ morph_name

std::string pmx::PmxMorph::morph_name

モーフ名

◆ morph_type

MorphType pmx::PmxMorph::morph_type

モーフタイプ

◆ offset_count

int pmx::PmxMorph::offset_count

オフセット数

◆ uv_offsets

std::unique_ptr<PmxMorphUVOffset []> pmx::PmxMorph::uv_offsets

UVモーフ配列

◆ vertex_offsets

std::unique_ptr<PmxMorphVertexOffset []> pmx::PmxMorph::vertex_offsets

頂点モーフ配列


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