Class CCompressedAnimVector3
- Assembly
- ValveResourceFormat.dll
Decodes compressed Vector3 animation data using half-precision floats.
public class CCompressedAnimVector3 : AnimationSegmentDecoderInheritance
Inherited Members
Methods
Read(int, Frame)
Reads and decodes animation data for a specific frame.
public override void Read(int frameIndex, Frame outFrame)Parameters
frameIndexint-
The index of the frame to read.
outFrameFrame-
The frame object to populate with decoded data.
Remarks
Reads half-precision Vector3 data and converts it to full precision for the output frame.