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
 
int32_t materialType
 
int32_t materialParam
 
int32_t meshID
 
sourcepp::math::Vec3f center
 

Detailed Description

Definition at line 201 of file MDL.h.

Member Data Documentation

◆ center

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

Definition at line 218 of file MDL.h.

◆ material

int32_t mdlpp::MDL::Mesh::material

Definition at line 202 of file MDL.h.

◆ materialParam

int32_t mdlpp::MDL::Mesh::materialParam

Definition at line 214 of file MDL.h.

◆ materialType

int32_t mdlpp::MDL::Mesh::materialType

Definition at line 213 of file MDL.h.

◆ meshID

int32_t mdlpp::MDL::Mesh::meshID

Definition at line 216 of file MDL.h.

◆ verticesCount

int32_t mdlpp::MDL::Mesh::verticesCount

Definition at line 207 of file MDL.h.

◆ verticesOffset

int32_t mdlpp::MDL::Mesh::verticesOffset

Definition at line 208 of file MDL.h.


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