MDLParser
Simple and modern library for parsing the Source engine model formats
|
#include <vtx.hpp>
Public Attributes | |
int32_t | verticesCount |
int32_t | verticesOffset |
int32_t | indicesCount |
int32_t | indicesOffset |
Enums::Vtx::StripFlags | flags |
A primitive storing offsets into the parent strip group's vertices and indices.
Enums::Vtx::StripFlags MdlParser::Vtx::Strip::flags |
Bitflags describing the strip.
int32_t MdlParser::Vtx::Strip::indicesCount |
The number of indices in the strip group which make up this strip.
int32_t MdlParser::Vtx::Strip::indicesOffset |
The offset of the strip's first index in the strip group's indices.
int32_t MdlParser::Vtx::Strip::verticesCount |
The number of vertices in the strip group which make up this strip.
int32_t MdlParser::Vtx::Strip::verticesOffset |
The offset of the strip's first vertex in the strip group's vertices.