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

#include <MDL.h>

Collaboration diagram for mdlpp::MDL::Attachment:

Public Attributes

std::string name
int32_t bone
sourcepp::math::Vec3f position
sourcepp::math::Mat3x4f localMatrix

Detailed Description

Definition at line 508 of file MDL.h.

Member Data Documentation

◆ bone

int32_t mdlpp::MDL::Attachment::bone

Definition at line 512 of file MDL.h.

◆ localMatrix

sourcepp::math::Mat3x4f mdlpp::MDL::Attachment::localMatrix

Definition at line 515 of file MDL.h.

◆ name

std::string mdlpp::MDL::Attachment::name

Definition at line 510 of file MDL.h.

◆ position

sourcepp::math::Vec3f mdlpp::MDL::Attachment::position

Definition at line 513 of file MDL.h.


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