Skip to main content

Module vert_decoder

Module vert_decoder 

Source
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§

VertDecoder
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).