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

#include <vtx.hpp>

Public Attributes

std::vector< Meshmeshes
 
float switchPoint
 

Detailed Description

A collection of meshes to be displayed at a certain distance to the viewer.

Member Data Documentation

◆ meshes

std::vector<Mesh> MdlParser::Vtx::ModelLod::meshes

The meshes that make up this level of detail.

◆ switchPoint

float MdlParser::Vtx::ModelLod::switchPoint

The point (distance?) at which you should switch to (from?) this level of detail (in hammer units?).


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