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

Public Types | |
| enum class | HasTopologyIndices { AUTOMATIC , NO , YES } |
Public Member Functions | |
| bool | open (const std::byte *data, std::size_t size, const MDL::MDL &mdl, HasTopologyIndices hasTopologyIndices=HasTopologyIndices::AUTOMATIC) |
Public Attributes | |
| int32_t | version |
| int32_t | vertexCacheSize |
| uint16_t | maxBonesPerStrip |
| uint16_t | maxBonesPerTriangle |
| int32_t | maxBonesPerVertex |
| int32_t | numLODs |
| std::array< std::vector< MaterialReplacement >, MAX_LOD_COUNT > | materialReplacementLists |
| std::vector< BodyPart > | bodyParts |
|
strong |
|
nodiscard |
| std::array<std::vector<MaterialReplacement>, MAX_LOD_COUNT> mdlpp::VTX::VTX::materialReplacementLists |