ThreePipe
    Preparing search index...

    Class TransformAnimationPlugin

    Transform Animation Plugin

    Helper plugin to save, load and animate between different transforms(position, rotation, scale) on objects. Also adds a UI to add and animate transforms on objects. Requires the PopmotionPlugin to animate.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof PopmotionPlugin[] = ...
    enabled: boolean = true
    toJSON: any = undefined
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "TransformAnimationPlugin" = 'TransformAnimationPlugin'

    Accessors

    Methods