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

#include <Generic.h>

Collaboration diagram for mdlpp::BBox:

Public Attributes

int32_t bone
 
int32_t group
 
sourcepp::math::Vec3f bboxMin
 
sourcepp::math::Vec3f bboxMax
 
std::string name
 

Detailed Description

Definition at line 14 of file Generic.h.

Member Data Documentation

◆ bboxMax

sourcepp::math::Vec3f mdlpp::BBox::bboxMax

Definition at line 18 of file Generic.h.

◆ bboxMin

sourcepp::math::Vec3f mdlpp::BBox::bboxMin

Definition at line 17 of file Generic.h.

◆ bone

int32_t mdlpp::BBox::bone

Definition at line 15 of file Generic.h.

◆ group

int32_t mdlpp::BBox::group

Definition at line 16 of file Generic.h.

◆ name

std::string mdlpp::BBox::name

Definition at line 21 of file Generic.h.


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