Show / Hide Table of Contents

Enum LerpType

Symbolic value describing the type of Lerp (linear interpolation) to perform.

Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.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.

Generated by DocFX
GitHub Repo
Back to top