ThreePipe
    Preparing search index...

    Class PivotEditPlugin

    PivotEditPlugin provides interactive pivot point (origin) editing for objects. Toggle "Edit Pivot" mode to show a translate-only gizmo at the object's pivot. Dragging moves only the pivot while the object mesh stays visually in place.

    Works alongside both TransformControlsPlugin and PivotControlsPlugin.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: { preFrame: () => void } = ...
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof PickingPlugin[] = ...
    editPivot: boolean = false
    enabled: boolean = true
    isViewerPluginSync: true = ...
    markerColor: number = 0xffff00
    markerScale: number = 0.5
    showPivotMarker: boolean = true
    toJSON: any = undefined
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    undoManager?: JSUndoManager
    OldPluginType?: string
    PluginType: "PivotEditPlugin" = 'PivotEditPlugin'

    Accessors

    Methods