Class Object3DGeneratorPlugin

Adds support for generating different types of lights and camera objects in the viewer.

Hierarchy (view full)

Constructors

Properties

_dirty: boolean = false
_selectedType: string = ''
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<"update" | "dispose" | "preRender" | "postRender" | "preFrame" | "postFrame" | "*" | "addPlugin" | "renderEnabled" | "renderDisabled", ((e) => void)> = {}

Type declaration

constructor: typeof AViewerPluginSync & typeof AViewerPlugin
enabled: boolean = true
generators: Record<string, ((params?) => IObject3D<IObject3DEvent<IObject3DEventTypes>, IObject3DEventTypes>)> = ...
toJSON: any = undefined
uiConfig?: UiObjectConfig<any, string, any> = undefined
PluginType: "Object3DGeneratorPlugin" = 'Object3DGeneratorPlugin'

Accessors

Methods

Generated using TypeDoc