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

#include <MDL.h>

Collaboration diagram for mdlpp::MDL::VertexAnimWrinkle:

Public Attributes

uint16_t index
uint8_t speed
uint8_t side
std::array< int16_t, 3 > delta
std::array< int16_t, 3 > ndelta
int16_t wrinkleDelta

Detailed Description

Definition at line 454 of file MDL.h.

Member Data Documentation

◆ delta

std::array<int16_t, 3> mdlpp::MDL::VertexAnimWrinkle::delta

Definition at line 458 of file MDL.h.

◆ index

uint16_t mdlpp::MDL::VertexAnimWrinkle::index

Definition at line 455 of file MDL.h.

◆ ndelta

std::array<int16_t, 3> mdlpp::MDL::VertexAnimWrinkle::ndelta

Definition at line 459 of file MDL.h.

◆ side

uint8_t mdlpp::MDL::VertexAnimWrinkle::side

Definition at line 457 of file MDL.h.

◆ speed

uint8_t mdlpp::MDL::VertexAnimWrinkle::speed

Definition at line 456 of file MDL.h.

◆ wrinkleDelta

int16_t mdlpp::MDL::VertexAnimWrinkle::wrinkleDelta

Definition at line 460 of file MDL.h.


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