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

#include <VVD.h>

Collaboration diagram for mdlpp::VVD::BoneWeight:

Public Attributes

std::array< float, MAX_BONES_PER_VERTEXweight
 
std::vector< int8_t > bones
 

Detailed Description

Definition at line 18 of file VVD.h.

Member Data Documentation

◆ bones

std::vector<int8_t> mdlpp::VVD::BoneWeight::bones

Definition at line 24 of file VVD.h.

◆ weight

std::array<float, MAX_BONES_PER_VERTEX> mdlpp::VVD::BoneWeight::weight

Definition at line 20 of file VVD.h.


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