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

#include <VTX.h>

Collaboration diagram for mdlpp::VTX::Vertex:

Public Attributes

std::array< uint8_t, 3 > boneWeightIndex
uint8_t boneCount
uint16_t meshVertexID
std::array< int8_t, 3 > boneID

Detailed Description

Definition at line 21 of file VTX.h.

Member Data Documentation

◆ boneCount

uint8_t mdlpp::VTX::Vertex::boneCount

Definition at line 23 of file VTX.h.

◆ boneID

std::array<int8_t, 3> mdlpp::VTX::Vertex::boneID

Definition at line 25 of file VTX.h.

◆ boneWeightIndex

std::array<uint8_t, 3> mdlpp::VTX::Vertex::boneWeightIndex

Definition at line 22 of file VTX.h.

◆ meshVertexID

uint16_t mdlpp::VTX::Vertex::meshVertexID

Definition at line 24 of file VTX.h.


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