Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_baked_key_flags

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

    Fields

    Name Description
    UFBX_BAKED_KEY_FORCE_32BIT
    UFBX_BAKED_KEY_KEYFRAME

    This keyframe is a real keyframe in the source animation

    UFBX_BAKED_KEY_REDUCED

    This keyframe has been reduced by maximum sample rate. See ufbx_bake_opts.maximum_sample_rate.

    UFBX_BAKED_KEY_STEP_KEY

    This keyframe is the main part of a step Bordering either UFBX_BAKED_KEY_STEP_LEFT or UFBX_BAKED_KEY_STEP_RIGHT.

    UFBX_BAKED_KEY_STEP_LEFT

    This keyframe represents a constant step from the left side

    UFBX_BAKED_KEY_STEP_RIGHT

    This keyframe represents a constant step from the right side

    In this article
    Back to top Generated by DocFX