Class HDRiGroundPlugin

Base Class for Sync Viewer Plugins

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 = false
originPosition: Vector3 = ...
promptOnBackgroundMismatch: boolean = true
tripodHeight: number = 10
uiConfig?: UiObjectConfig = undefined
worldRadius: number = 100
OldPluginType?: string
PluginType: "HDRiGroundPlugin" = 'HDRiGroundPlugin'

Accessors

Methods