Table of Contents

Namespace ValveResourceFormat.ResourceTypes.ModelAnimation.SegmentDecoders

Classes

CCompressedAnimQuaternion

Decodes compressed quaternion animation data.

CCompressedAnimVector3

Decodes compressed Vector3 animation data using half-precision floats.

CCompressedDeltaVector3

Decodes delta-compressed Vector3 animation data with a base value and half-precision deltas.

CCompressedFullFloat

Decodes full-precision float animation data.

CCompressedFullQuaternion

Decodes full-precision quaternion animation data.

CCompressedFullVector3

Decodes full-precision Vector3 animation data.

CCompressedStaticFloat

Decodes static float data that doesn't change per frame.

CCompressedStaticFullVector3

Decodes static full-precision Vector3 data that doesn't change per frame.

CCompressedStaticQuaternion

Decodes static compressed quaternion data that doesn't change per frame.

CCompressedStaticVector3

Decodes static Vector3 data using half-precision floats that doesn't change per frame.