Pyrogenesis
13997
|
Public Member Functions | |
VertexData (const float *pos, const float *norm, const std::vector< uv_pair_type > &uvs, const std::vector< FCDJointWeightPair > &weights) | |
Public Attributes | |
float | x |
float | y |
float | z |
float | nx |
float | ny |
float | nz |
std::vector< uv_pair_type > | uvs |
std::vector< FCDJointWeightPair > | weights |
Definition at line 37 of file GeomReindex.cpp.
|
inline |
Definition at line 39 of file GeomReindex.cpp.
float VertexData::nx |
Definition at line 49 of file GeomReindex.cpp.
float VertexData::ny |
Definition at line 49 of file GeomReindex.cpp.
float VertexData::nz |
Definition at line 49 of file GeomReindex.cpp.
std::vector<uv_pair_type> VertexData::uvs |
Definition at line 50 of file GeomReindex.cpp.
std::vector<FCDJointWeightPair> VertexData::weights |
Definition at line 51 of file GeomReindex.cpp.
float VertexData::x |
Definition at line 48 of file GeomReindex.cpp.
float VertexData::y |
Definition at line 48 of file GeomReindex.cpp.
float VertexData::z |
Definition at line 48 of file GeomReindex.cpp.