Assimp
v4.1. (December 2018)
|
Classes | |
class | PmxAncherRigidBody |
class | PmxBone |
class | PmxFrame |
class | PmxFrameElement |
class | PmxIkLink |
class | PmxJoint |
class | PmxJointParam |
class | PmxMaterial |
class | PmxModel |
class | PmxMorph |
class | PmxMorphBoneOffset |
class | PmxMorphFlipOffset |
class | PmxMorphGroupOffset |
class | PmxMorphImplusOffset |
class | PmxMorphMaterialOffset |
class | PmxMorphOffset |
class | PmxMorphUVOffset |
class | PmxMorphVertexOffset |
class | PmxRigidBody |
class | PmxSetting |
class | PmxSoftBody |
class | PmxVertex |
class | PmxVertexSkinning |
class | PmxVertexSkinningBDEF1 |
class | PmxVertexSkinningBDEF2 |
class | PmxVertexSkinningBDEF4 |
class | PmxVertexSkinningQDEF |
class | PmxVertexSkinningSDEF |
Enumerations | |
enum | MorphCategory : uint8_t { MorphCategory::ReservedCategory = 0, MorphCategory::Eyebrow = 1, MorphCategory::Eye = 2, MorphCategory::Mouth = 3, MorphCategory::Other = 4 } |
enum | MorphType : uint8_t { MorphType::Group = 0, MorphType::Vertex = 1, MorphType::Bone = 2, MorphType::UV = 3, MorphType::AdditionalUV1 = 4, MorphType::AdditionalUV2 = 5, MorphType::AdditionalUV3 = 6, MorphType::AdditionalUV4 = 7, MorphType::Matrial = 8, MorphType::Flip = 9, MorphType::Implus = 10 } |
enum | PmxJointType : uint8_t { PmxJointType::Generic6DofSpring = 0, PmxJointType::Generic6Dof = 1, PmxJointType::Point2Point = 2, PmxJointType::ConeTwist = 3, PmxJointType::Slider = 5, PmxJointType::Hinge = 6 } |
enum | PmxSoftBodyFlag : uint8_t { BLink = 0x01, Cluster = 0x02, Link = 0x04 } |
enum | PmxVertexSkinningType : uint8_t { PmxVertexSkinningType::BDEF1 = 0, PmxVertexSkinningType::BDEF2 = 1, PmxVertexSkinningType::BDEF4 = 2, PmxVertexSkinningType::SDEF = 3, PmxVertexSkinningType::QDEF = 4 } |
Functions | |
int | ReadIndex (std::istream *stream, int size) |
std::string | ReadString (std::istream *stream, uint8_t encoding) |
|
strong |
|
strong |
|
strong |
enum pmx::PmxSoftBodyFlag : uint8_t |
|
strong |
int pmx::ReadIndex | ( | std::istream * | stream, |
int | size | ||
) |
std::string pmx::ReadString | ( | std::istream * | stream, |
uint8_t | encoding | ||
) |