Assimp
v4.1. (December 2018)
|
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 |
|
inline |
void pmx::PmxMorph::Read | ( | std::istream * | stream, |
PmxSetting * | setting | ||
) |
std::unique_ptr<PmxMorphBoneOffset []> pmx::PmxMorph::bone_offsets |
MorphCategory pmx::PmxMorph::category |
std::unique_ptr<PmxMorphFlipOffset []> pmx::PmxMorph::flip_offsets |
std::unique_ptr<PmxMorphGroupOffset []> pmx::PmxMorph::group_offsets |
std::unique_ptr<PmxMorphImplusOffset []> pmx::PmxMorph::implus_offsets |
std::unique_ptr<PmxMorphMaterialOffset []> pmx::PmxMorph::material_offsets |
std::string pmx::PmxMorph::morph_english_name |
std::string pmx::PmxMorph::morph_name |
MorphType pmx::PmxMorph::morph_type |
int pmx::PmxMorph::offset_count |
std::unique_ptr<PmxMorphUVOffset []> pmx::PmxMorph::uv_offsets |
std::unique_ptr<PmxMorphVertexOffset []> pmx::PmxMorph::vertex_offsets |