gpu-curtains
    Preparing search index...

    Interface IAnimationChannelTarget

    The index of the node and TRS property that an animation channel targets

    interface IAnimationChannelTarget {
        extras?: Record<string, unknown>;
        node?: number;
        path: AnimationChannelTargetPath;
        extensions?: GLTFAnimationsTargetsExtensions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extras?: Record<string, unknown>

    Application-Specific data

    node?: number

    The index of the node to target, when undefined, the animated object MAY be defined by an extension.

    The name of the node's TRS property to modify, or the weights of the Morph Targets it instantiates

    Dictionary object with animations targets extension-specific objects