Threepipe Geometry Generator Plugin
    Preparing search index...

    Class GeometryGeneratorPlugin

    Basic generators and line generator have moved to core threepipe. Import GeometryGeneratorPlugin from 'threepipe' for the core plugin. Use GeometryGeneratorExtrasPlugin from this package to add the text generator. This class is a compatibility shim that works like GeometryGeneratorExtrasPlugin with a deprecation warning.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof GeometryGeneratorPlugin[] = ...
    enabled: boolean = true
    isViewerPluginSync: true = ...
    toJSON: any = undefined
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "GeometryGeneratorExtrasPlugin" = 'GeometryGeneratorExtrasPlugin'

    Accessors

    Methods