KeyFrame
Overview
KeyFrame is a class in Aspose.3D FOSS for .NET.
KeyFrame.KeyFrame creates a new empty key frame with default time and value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Time | float | Read/Write | Gets or sets the time position of the key frame |
Value | Aspose.ThreeD.Vector4 | Read/Write | Gets or sets the Vector4 value associated with the key frame |
Interpolation | Interpolation | Read/Write | Gets or sets the interpolation mode used between key frames |
TangentIn | Aspose.ThreeD.Vector3 | Read/Write | Gets or sets the incoming tangent vector (Vector3) for the key frame |
TangentOut | Aspose.ThreeD.Vector3 | Read/Write | |
TangentWeightMode | WeightedMode | Read/Write | Gets or sets the weighting mode applied to tangents |
StepMode | StepMode | Read/Write | Gets or sets the step mode determining how the key frame steps are evaluated |
Methods
| Signature | Description |
|---|---|
KeyFrame() | Initializes a key frame with the specified time and Vector4 value |
KeyFrame(time: float, value: Aspose.ThreeD.Vector4) |