Enum LerpType
Symbolic value describing the type of Lerp (linear interpolation) to perform.
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public enum LerpType
Fields
Name | Description |
---|---|
Lerp | Standard interpolation. Multi-Value-Types are interpolated individually for each value (e.g., x, y, z). |
Slerp | Spherical interpolation. float3 are interpreted as Euler angles and interpolated in a shortest-path way using QuaternionFs. |