gpu-curtains
    Preparing search index...

    Defines a TargetsAnimationsManager target.

    interface Target {
        object: Object3D;
        animations: KeyframesAnimation[];
    }
    Index

    Properties

    Properties

    object: Object3D

    Object3D of this target.

    animations: KeyframesAnimation[]

    Array of KeyframesAnimation to use to animate the Object3D.