Cafu Engine
HL2mdl::vtxStripT Struct Reference

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

vtxBoneStateChangeTGetBoneStateChanges () 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
 

Detailed Description

A strip is a portion of a strip group.

Member Enumeration Documentation

Enumerator
IS_TRISTRIP 

May contain degenerate triangles.

Member Data Documentation

uint16_t HL2mdl::vtxStripT::NumBones

What's this? The max. number of bones to be used, clamping/overriding the value in vtxVertexT?


The documentation for this struct was generated from the following file: