ThreePipe
    Preparing search index...

    Class Object3DGeneratorPlugin

    Adds support for generating different types of lights and camera objects in the viewer, along with UI to do so.

    Custom generators can be added for more object types, check GeometryGeneratorPlugin for reference.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _selectedType: string = ''
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    enabled: boolean = true
    generators: Record<string, (params?: any) => IObject3D> = ...
    toJSON: any = undefined
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "Object3DGeneratorPlugin" = 'Object3DGeneratorPlugin'

    Accessors

    Methods