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)

Constructors

Properties

_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<
    | "dispose"
    | "*"
    | "update"
    | "preRender"
    | "postRender"
    | "preFrame"
    | "postFrame"
    | "addPlugin"
    | "removePlugin"
    | "renderEnabled"
    | "renderDisabled",
    (e: IViewerEvent) => void,
> = {}
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
dependencies: typeof PopmotionPlugin[] = ...
enabled: boolean = true
toJSON: any = undefined
uiConfig?: UiObjectConfig = undefined
OldPluginType?: string
PluginType: "TransformAnimationPlugin" = 'TransformAnimationPlugin'

Accessors

Methods