Assimp  v4.1. (December 2018)
pmx::PmxMorph Class Reference

Public Member Functions

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

Public Attributes

std::unique_ptr< PmxMorphBoneOffset []> bone_offsets
 
MorphCategory category
 
std::unique_ptr< PmxMorphFlipOffset []> flip_offsets
 
std::unique_ptr< PmxMorphGroupOffset []> group_offsets
 
std::unique_ptr< PmxMorphImplusOffset []> implus_offsets
 
std::unique_ptr< PmxMorphMaterialOffset []> material_offsets
 
std::string morph_english_name
 
std::string morph_name
 
MorphType morph_type
 
int offset_count
 
std::unique_ptr< PmxMorphUVOffset []> uv_offsets
 
std::unique_ptr< PmxMorphVertexOffset []> vertex_offsets
 

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

◆ vertex_offsets

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

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