ThreePipe
    Preparing search index...

    Class PivotControlsPlugin

    PivotControlsPlugin adds drei-style pivot controls to the viewer. Unlike TransformControls which shows one mode at a time, PivotControls displays all handles simultaneously: translation arrows, plane sliders, rotation arcs, and scaling spheres.

    Integrates with PickingPlugin for object selection and UndoManagerPlugin for undo/redo support.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _isInteracting: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: { preFrame: () => void } = ...
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof PickingPlugin[] = ...
    enabled: boolean = true
    isViewerPluginSync: true = ...
    pivotControls: undefined | PivotControls2
    toJSON: any = undefined
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    undoManager?: JSUndoManager
    OldPluginType?: string
    PluginType: "PivotControlsPlugin" = 'PivotControlsPlugin'

    Accessors

    Methods