Class CCompressedDeltaVector3
- Assembly
- ValveResourceFormat.dll
Decodes delta-compressed Vector3 animation data with a base value and half-precision deltas.
public class CCompressedDeltaVector3 : AnimationSegmentDecoder
Inheritance
Inherited Members
Methods
Read(int, Frame)
Reads and decodes animation data for a specific frame.
public override void Read(int frameIndex, Frame outFrame)
Parameters
frameIndex
int-
The index of the frame to read.
outFrame
Frame-
The frame object to populate with decoded data.
Remarks
Reads a base Vector3 and adds a half-precision delta to produce the final value.