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

Public Member Functions

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

Public Attributes

float edge
 
float normal [3]
 
float position [3]
 
std::unique_ptr< PmxVertexSkinningskinning
 
PmxVertexSkinningType skinning_type
 
float uv [2]
 
float uva [4][4]
 

Constructor & Destructor Documentation

◆ PmxVertex()

pmx::PmxVertex::PmxVertex ( )
inline

Member Function Documentation

◆ Read()

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

Member Data Documentation

◆ edge

float pmx::PmxVertex::edge

◆ normal

float pmx::PmxVertex::normal[3]

◆ position

float pmx::PmxVertex::position[3]

◆ skinning

std::unique_ptr<PmxVertexSkinning> pmx::PmxVertex::skinning

◆ skinning_type

PmxVertexSkinningType pmx::PmxVertex::skinning_type

◆ uv

float pmx::PmxVertex::uv[2]

◆ uva

float pmx::PmxVertex::uva[4][4]

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