MDLParser
Simple and modern library for parsing the Source engine model formats
|
#include <mdl.hpp>
Public Attributes | |
std::vector< Mesh > | meshes |
int32_t | vertexOffset |
int32_t | tangentsOffset |
int32_t | vertexCount |
A logical grouping of meshes that can be toggled between in a body part.
std::vector<Mesh> MdlParser::Mdl::Model::meshes |
The meshes which make up this model
int32_t MdlParser::Mdl::Model::tangentsOffset |
Offset into the VVD's tangent array.
int32_t MdlParser::Mdl::Model::vertexCount |
Number of vertices and tangents in this model.
int32_t MdlParser::Mdl::Model::vertexOffset |
Offset into the VVD's vertex array.