Enum Scene.InterpolationMode
Indicates how to interpolate values when requesting a value which lies between two key frames.
Namespace: USD.NET
Syntax
public enum InterpolationMode
Remarks
Held indicates each keyframe should be held (no interpolation) until the next key frame is reached; linear indicates the two bracketing key frames should be linearly interpolated.
Fields
Name | Description | Value |
---|---|---|
Held | 0 | |
Linear | 1 |