Expand description
plVertCoder — decode compressed vertex data from .prp files
Direct translation of plVertCoder.cpp from the Plasma C++ source. Each function cites the exact C++ function it translates.
C++ source: Plasma/Sources/Plasma/PubUtilLib/plDrawable/plVertCoder.cpp C++ header: Plasma/Sources/Plasma/PubUtilLib/plDrawable/plVertCoder.h
Structs§
- Vert
Decoder - Direct translation of C++ plVertCoder class
Functions§
- calc_
vertex_ stride - Compute vertex stride for a buffer group format byte. Direct translation of C++ plGBufferGroup::ICalcVertexSize (lines 307-333).