Class Object3DWidgetsPlugin

Adds light and camera helpers/gizmos in the viewer. A helper is automatically created when any supported light or camera is added to the scene.

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
enabled: boolean = true
helpers: IObject3DHelper[] = ...
toJSON: any = null
uiConfig: UiObjectConfig = ...
widgets: (IWidget & Object3D)[] = []
OldPluginType?: string
PluginType: "Object3DWidgetsPlugin" = 'Object3DWidgetsPlugin'

Accessors

Methods