SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
mdlpp::MDL::Mesh Struct Reference

#include <MDL.h>

Collaboration diagram for mdlpp::MDL::Mesh:

Public Attributes

int32_t material
int32_t verticesCount
int32_t verticesOffset
std::vector< MeshFlexflexes
int32_t materialType
int32_t materialParam
int32_t meshID
sourcepp::math::Vec3f center
int32_t modelVertexData
std::array< int32_t, MAX_LOD_COUNTnumLODVertexes

Detailed Description

Definition at line 483 of file MDL.h.

Member Data Documentation

◆ center

sourcepp::math::Vec3f mdlpp::MDL::Mesh::center

Definition at line 501 of file MDL.h.

◆ flexes

std::vector<MeshFlex> mdlpp::MDL::Mesh::flexes

Definition at line 494 of file MDL.h.

◆ material

int32_t mdlpp::MDL::Mesh::material

Definition at line 484 of file MDL.h.

◆ materialParam

int32_t mdlpp::MDL::Mesh::materialParam

Definition at line 497 of file MDL.h.

◆ materialType

int32_t mdlpp::MDL::Mesh::materialType

Definition at line 496 of file MDL.h.

◆ meshID

int32_t mdlpp::MDL::Mesh::meshID

Definition at line 499 of file MDL.h.

◆ modelVertexData

int32_t mdlpp::MDL::Mesh::modelVertexData

Definition at line 503 of file MDL.h.

◆ numLODVertexes

std::array<int32_t, MAX_LOD_COUNT> mdlpp::MDL::Mesh::numLODVertexes

Definition at line 504 of file MDL.h.

◆ verticesCount

int32_t mdlpp::MDL::Mesh::verticesCount

Definition at line 489 of file MDL.h.

◆ verticesOffset

int32_t mdlpp::MDL::Mesh::verticesOffset

Definition at line 490 of file MDL.h.


The documentation for this struct was generated from the following file:
  • include/mdlpp/structs/MDL.h