Assimp
v4.1. (December 2018)
|
Public Member Functions | |
PmxVertex () | |
void | Read (std::istream *stream, PmxSetting *setting) |
Public Attributes | |
float | edge |
float | normal [3] |
float | position [3] |
std::unique_ptr< PmxVertexSkinning > | skinning |
PmxVertexSkinningType | skinning_type |
float | uv [2] |
float | uva [4][4] |
|
inline |
void pmx::PmxVertex::Read | ( | std::istream * | stream, |
PmxSetting * | setting | ||
) |
float pmx::PmxVertex::edge |
float pmx::PmxVertex::normal[3] |
float pmx::PmxVertex::position[3] |
std::unique_ptr<PmxVertexSkinning> pmx::PmxVertex::skinning |
PmxVertexSkinningType pmx::PmxVertex::skinning_type |
float pmx::PmxVertex::uv[2] |
float pmx::PmxVertex::uva[4][4] |