MDLParser
Simple and modern library for parsing the Source engine model formats
|
Public Attributes | |
std::array< char, 64 > | name |
int32_t | type |
float | boundingRadius |
int32_t | meshesCount |
int32_t | meshesOffset |
int32_t | vertsCount |
int32_t | vertsOffset |
int32_t | tangentsOffset |
int32_t | attachmentsCount |
int32_t | attachmentsOffset |
int32_t | eyeballsCount |
int32_t | eyeballsOffset |
mstudio_modelvertexdata_t | vertexdata |
std::array< int32_t, 8 > | unused |