Assimp
v4.1. (December 2018)
|
Data structure for a vertex. More...
Public Attributes | |
uint16_t | NORMAL |
encoded normal vector More... | |
int16_t | X |
X/Y/Z coordinates. More... | |
int16_t | Y |
int16_t | Z |
Data structure for a vertex.
uint16_t Assimp::MD3::Vertex::NORMAL |
encoded normal vector
int16_t Assimp::MD3::Vertex::X |
X/Y/Z coordinates.
int16_t Assimp::MD3::Vertex::Y |
int16_t Assimp::MD3::Vertex::Z |