![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <Generic.h>
Public Types | |
| enum | Flags : int32_t { FLAG_NONE = 0 , FLAG_X = 1 << 0 , FLAG_Y = 1 << 1 , FLAG_Z = 1 << 2 , FLAG_XR = 1 << 3 , FLAG_YR = 1 << 4 , FLAG_ZR = 1 << 5 , FLAG_LX = 1 << 6 , FLAG_LY = 1 << 7 , FLAG_LZ = 1 << 8 , FLAG_LXR = 1 << 9 , FLAG_LYR = 1 << 10 , FLAG_LZR = 1 << 11 , FLAG_LINEAR = 1 << 12 , FLAG_MASK_TYPES = (1 << 18) - 1 , FLAG_RLOOP = 1 << 18 } |
Public Attributes | |
| int32_t | endFrame |
| Flags | flags |
| float | velocityStart |
| float | velocityEnd |
| float | yawEnd |
| sourcepp::math::Vec3f | movement |
| sourcepp::math::Vec3f | relativePosition |
| enum mdlpp::Movement::Flags : int32_t |