MDLParser
Simple and modern library for parsing the Source engine model formats
|
Enumerations | |
enum class | StripFlags : uint8_t { NONE = 0 , IS_TRILIST = 0x01 , IS_TRISTRIP = 0x02 } |
enum class | StripGroupFlags : uint8_t { NONE = 0 , IS_FLEXED = 0x01 , IS_HWSKINNED = 0x02 , IS_DELTA_FLEXED = 0x04 , SUPPRESS_HW_MORPH = 0x08 } |
enum class | MeshFlags : uint8_t { NONE = 0 , IS_TEETH = 0x01 , IS_EYES = 0x02 } |
Functions | |
StripFlags | operator& (const StripFlags &a, const StripFlags &b) |
StripFlags | operator| (const StripFlags &a, const StripFlags &b) |
StripGroupFlags | operator& (const StripGroupFlags &a, const StripGroupFlags &b) |
StripGroupFlags | operator| (const StripGroupFlags &a, const StripGroupFlags &b) |
MeshFlags | operator& (const MeshFlags &a, const MeshFlags &b) |
MeshFlags | operator| (const MeshFlags &a, const MeshFlags &b) |
Enums used in the VTX file format.
|
strong |
|
strong |
|
strong |