MDLParser
Simple and modern library for parsing the Source engine model formats
|
#include <vtx.hpp>
Public Attributes | |
std::vector< Structs::Vtx::Vertex > | vertices |
std::vector< uint16_t > | indices |
std::vector< Strip > | strips |
Enums::Vtx::StripGroupFlags | flags |
A collection of primitives (strips) with common vertices and indices.
Enums::Vtx::StripGroupFlags MdlParser::Vtx::StripGroup::flags |
Bitflags describing this strip group.
std::vector<uint16_t> MdlParser::Vtx::StripGroup::indices |
The indices used by the strips in this group. Each index is an offset into the strip group's vertices.
std::vector<Strip> MdlParser::Vtx::StripGroup::strips |
The strips (primitives) within this group.
std::vector<Structs::Vtx::Vertex> MdlParser::Vtx::StripGroup::vertices |
The vertices used by the strips in this group.