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

#include <mdl.hpp>

Public Attributes

std::vector< Meshmeshes
 
int32_t vertexOffset
 
int32_t tangentsOffset
 
int32_t vertexCount
 

Detailed Description

A logical grouping of meshes that can be toggled between in a body part.

Member Data Documentation

◆ meshes

std::vector<Mesh> MdlParser::Mdl::Model::meshes

The meshes which make up this model

◆ tangentsOffset

int32_t MdlParser::Mdl::Model::tangentsOffset

Offset into the VVD's tangent array.

◆ vertexCount

int32_t MdlParser::Mdl::Model::vertexCount

Number of vertices and tangents in this model.

◆ vertexOffset

int32_t MdlParser::Mdl::Model::vertexOffset

Offset into the VVD's vertex array.


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