MDLParser
Simple and modern library for parsing the Source engine model formats
|
#include <mdl.hpp>
Public Attributes | |
std::string | name |
std::vector< Model > | models |
A body part (or body group) is a group of models of which exactly one will be displayed at a given time.
std::vector<Model> MdlParser::Mdl::BodyPart::models |
The models which can be toggled between.
std::string MdlParser::Mdl::BodyPart::name |
Human readable name for this body part.