gpu-curtains
    Preparing search index...

    Interface IAnimationChannel

    Targets an animation's sampler at a node's property

    interface IAnimationChannel {
        extensions?: Record<string, unknown>;
        extras?: Record<string, unknown>;
        sampler: number;
        target: IAnimationChannelTarget;
    }

    Hierarchy (View Summary)

    Index

    Properties

    extensions?: Record<string, unknown>

    Dictionary object with extension-specific objects

    extras?: Record<string, unknown>

    Application-Specific data

    sampler: number

    The index of a sampler in this animation used to compute the value for the target

    The index of the node and TRS property to target