![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <MDL.h>

Public Attributes | |
| int32_t | index |
| int32_t | type |
| int32_t | chain |
| int32_t | bone |
| int32_t | slot |
| float | height |
| float | radius |
| float | floor |
| sourcepp::math::Vec3f | pos |
| sourcepp::math::Quat | q |
| std::optional< CompressedIKError > | compressedIKError |
| int32_t | iStart |
| std::vector< IKError > | ikErrors |
| float | start |
| float | peak |
| float | tail |
| float | end |
| float | contact |
| float | drop |
| float | top |
| std::string | attachment |
| std::optional<CompressedIKError> mdlpp::MDL::IKRule::compressedIKError |
| sourcepp::math::Quat mdlpp::MDL::IKRule::q |