MDLParser
Simple and modern library for parsing the Source engine model formats
Loading...
Searching...
No Matches
Public Attributes | List of all members
MdlParser::Vtx::Strip Struct Reference

#include <vtx.hpp>

Public Attributes

int32_t verticesCount
 
int32_t verticesOffset
 
int32_t indicesCount
 
int32_t indicesOffset
 
Enums::Vtx::StripFlags flags
 

Detailed Description

A primitive storing offsets into the parent strip group's vertices and indices.

Member Data Documentation

◆ flags

Enums::Vtx::StripFlags MdlParser::Vtx::Strip::flags

Bitflags describing the strip.

◆ indicesCount

int32_t MdlParser::Vtx::Strip::indicesCount

The number of indices in the strip group which make up this strip.

◆ indicesOffset

int32_t MdlParser::Vtx::Strip::indicesOffset

The offset of the strip's first index in the strip group's indices.

◆ verticesCount

int32_t MdlParser::Vtx::Strip::verticesCount

The number of vertices in the strip group which make up this strip.

◆ verticesOffset

int32_t MdlParser::Vtx::Strip::verticesOffset

The offset of the strip's first vertex in the strip group's vertices.


The documentation for this struct was generated from the following file: