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 full)

Constructors

Properties

_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<"update" | "dispose" | "preRender" | "postRender" | "preFrame" | "postFrame" | "*" | "addPlugin" | "removePlugin" | "renderEnabled" | "renderDisabled", ((e) => void)> = {}

Type declaration

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

Generated using TypeDoc