Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_interpolation

    Animation curve segment interpolation mode between two keyframes

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_interpolation

    Fields

    Name Description
    UFBX_INTERPOLATION_CONSTANT_NEXT

    Hold next key value

    UFBX_INTERPOLATION_CONSTANT_PREV

    Hold previous key value

    UFBX_INTERPOLATION_CUBIC

    Cubic interpolation, see ufbx_tangent

    UFBX_INTERPOLATION_FORCE_32BIT
    UFBX_INTERPOLATION_LINEAR

    Linear interpolation between two keys

    In this article
    Back to top Generated by DocFX