Class CCompressedStaticVector3
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation.SegmentDecoders
Assembly: ValveResourceFormat.dll
Decodes static Vector3 data using half-precision floats that doesn't change per frame.
public class CCompressedStaticVector3 : AnimationSegmentDecoderInheritance
object ← AnimationSegmentDecoder ← CCompressedStaticVector3
Inherited Members
AnimationSegmentDecoder.Data, AnimationSegmentDecoder.WantedElements, AnimationSegmentDecoder.ElementCount, AnimationSegmentDecoder.RemapTable, AnimationSegmentDecoder.ChannelAttribute, AnimationSegmentDecoder.Initialize(ArraySegment<byte>, int[], int[], AnimationChannelAttribute, int), AnimationSegmentDecoder.Read(int, Frame)
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 static half-precision Vector3 values that remain constant across all frames.

