MDLParser
Simple and modern library for parsing the Source engine model formats
|
#include <mdl.hpp>
Public Attributes | |
int32_t | material |
int32_t | vertexOffset |
int32_t | vertexCount |
A collection of primitives with a common set of vertices, indices and material.
int32_t MdlParser::Mdl::Mesh::material |
Column of the skin lookup table to use for this mesh.
int32_t MdlParser::Mdl::Mesh::vertexCount |
Number of vertices and tangents in this mesh.
int32_t MdlParser::Mdl::Mesh::vertexOffset |