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

#include <MDL.h>

Collaboration diagram for mdlpp::MDL::Eyeball:

Public Attributes

std::string name
int32_t bone
sourcepp::math::Vec3f org
float zOffset
float radius
sourcepp::math::Vec3f up
sourcepp::math::Vec3f forward
int32_t texture
float irisScale
std::array< int32_t, 3 > upperFlexDesc
std::array< int32_t, 3 > lowerFlexDesc
std::array< float, 3 > upperTarget
std::array< float, 3 > lowerTarget
int32_t upperLidFlexDesc
int32_t lowerLidFlexDesc
bool nonFACS

Detailed Description

Definition at line 413 of file MDL.h.

Member Data Documentation

◆ bone

int32_t mdlpp::MDL::Eyeball::bone

Definition at line 417 of file MDL.h.

◆ forward

sourcepp::math::Vec3f mdlpp::MDL::Eyeball::forward

Definition at line 422 of file MDL.h.

◆ irisScale

float mdlpp::MDL::Eyeball::irisScale

Definition at line 426 of file MDL.h.

◆ lowerFlexDesc

std::array<int32_t, 3> mdlpp::MDL::Eyeball::lowerFlexDesc

Definition at line 430 of file MDL.h.

◆ lowerLidFlexDesc

int32_t mdlpp::MDL::Eyeball::lowerLidFlexDesc

Definition at line 435 of file MDL.h.

◆ lowerTarget

std::array<float, 3> mdlpp::MDL::Eyeball::lowerTarget

Definition at line 432 of file MDL.h.

◆ name

std::string mdlpp::MDL::Eyeball::name

Definition at line 415 of file MDL.h.

◆ nonFACS

bool mdlpp::MDL::Eyeball::nonFACS

Definition at line 437 of file MDL.h.

◆ org

sourcepp::math::Vec3f mdlpp::MDL::Eyeball::org

Definition at line 418 of file MDL.h.

◆ radius

float mdlpp::MDL::Eyeball::radius

Definition at line 420 of file MDL.h.

◆ texture

int32_t mdlpp::MDL::Eyeball::texture

Definition at line 423 of file MDL.h.

◆ up

sourcepp::math::Vec3f mdlpp::MDL::Eyeball::up

Definition at line 421 of file MDL.h.

◆ upperFlexDesc

std::array<int32_t, 3> mdlpp::MDL::Eyeball::upperFlexDesc

Definition at line 429 of file MDL.h.

◆ upperLidFlexDesc

int32_t mdlpp::MDL::Eyeball::upperLidFlexDesc

Definition at line 434 of file MDL.h.

◆ upperTarget

std::array<float, 3> mdlpp::MDL::Eyeball::upperTarget

Definition at line 431 of file MDL.h.

◆ zOffset

float mdlpp::MDL::Eyeball::zOffset

Definition at line 419 of file MDL.h.


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