A strip is a portion of a strip group. More...
#include "Loader_mdl_hl2_vtx.hpp"
Public Types | |
| enum | FlagsT { IS_TRILIST = 1, IS_TRISTRIP = 2 } |
Public Member Functions | |
| vtxBoneStateChangeT * | GetBoneStateChanges () const |
| std::ostream & | print (std::ostream &os, const char *indent) const |
Public Attributes | |
| uint32_t | NumIndices |
| uint32_t | IndicesOffset |
| uint32_t | NumVerts |
| uint32_t | VertsOffset |
| uint16_t | NumBones |
| What's this? The max. number of bones to be used, clamping/overriding the value in vtxVertexT? More... | |
| uint8_t | Flags |
| uint32_t | NumBoneStateChanges |
| uint32_t | BoneStateChangesOffset |
A strip is a portion of a strip group.
| uint16_t HL2mdl::vtxStripT::NumBones |
What's this? The max. number of bones to be used, clamping/overriding the value in vtxVertexT?