Table of Contents

Class CCompressedFullQuaternion

Decodes full-precision quaternion animation data.

public class CCompressedFullQuaternion : 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 full-precision quaternion data directly from the data buffer.