Class: SSGIPlugin
Plugins.SSGIPlugin
Hierarchy
MultiFilterPlugin
<""
, [IFilter
<SSRTAOPass
,"ssrtgi"
>]>↳
SSGIPlugin
Implements
Properties
PluginType
▪ Static
Readonly
PluginType: "SSGI"
Defined in
webgi/src/plugins/SSGIPlugin.ts:22
dependencies
• dependencies: (typeof AssetManagerPlugin
| typeof ProgressivePlugin
| typeof GBufferPlugin
)[]
Implementation of
Defined in
webgi/src/plugins/SSGIPlugin.ts:26
_dirty
• Protected
_dirty: boolean
= false
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:27
Accessors
dirty
• get
dirty(): boolean
Returns
boolean
Implementation of
Inherited from
MultiFilterPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:16
• set
dirty(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Implementation of
Inherited from
MultiFilterPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:20
viewer
• get
viewer(): undefined
| TViewer
Returns
undefined
| TViewer
Inherited from
MultiFilterPlugin.viewer
Defined in
webgi/src/core/AViewerPlugin.ts:29
passes
• get
passes(): TTupleRecord
<TPasses
, "passId"
>
Returns
TTupleRecord
<TPasses
, "passId"
>
Inherited from
MultiFilterPlugin.passes
Defined in
webgi/src/plugins/MultiFilterPlugin.ts:17
pipeline
• get
pipeline(): string
[]
Returns
string
[]
Inherited from
MultiFilterPlugin.pipeline
Defined in
webgi/src/plugins/MultiFilterPlugin.ts:22
• set
pipeline(value
): void
Parameters
Name | Type |
---|---|
value | string [] |
Returns
void
Inherited from
MultiFilterPlugin.pipeline
Defined in
webgi/src/plugins/MultiFilterPlugin.ts:26
rtgiTarget
• get
rtgiTarget(): undefined
| WebGLRenderTarget
Returns
undefined
| WebGLRenderTarget
Defined in
webgi/src/plugins/SSGIPlugin.ts:18
enabled
• get
enabled(): boolean
Returns
boolean
Overrides
MultiFilterPlugin.enabled
Defined in
webgi/src/plugins/SSGIPlugin.ts:42
• set
enabled(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Overrides
MultiFilterPlugin.enabled
Defined in
webgi/src/plugins/SSGIPlugin.ts:46
uiConfig
• get
uiConfig(): UiObjectConfig
<any
, string
>
Returns
UiObjectConfig
<any
, string
>
Implementation of
Defined in
webgi/src/plugins/SSGIPlugin.ts:101
Methods
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:40
exportState
▸ exportState(): any
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:68
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:71
storeState
▸ storeState(prefix?
, storage?
, data?
): void
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
data? | any |
Returns
void
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:78
loadState
▸ loadState(prefix?
, storage?
): Promise
<void
>
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
Returns
Promise
<void
>
Implementation of
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:88
toJSON
▸ toJSON(meta?
): any
Parameters
Name | Type |
---|---|
meta? | any |
Returns
any
Implementation of
IViewerPlugin.toJSON
Inherited from
Defined in
webgi/src/plugins/MultiFilterPlugin.ts:65
fromJSON
▸ fromJSON(data
, meta?
): null
| SSGIPlugin
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| SSGIPlugin
Implementation of
IViewerPlugin.fromJSON
Inherited from
Defined in
webgi/src/plugins/MultiFilterPlugin.ts:77
onAdded
▸ onAdded(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSGIPlugin.ts:36
createPasses
▸ createPasses(v
): [IFilter
<SSRTAOPass
, "ssrtgi"
>]
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
[IFilter
<SSRTAOPass
, "ssrtgi"
>]
Overrides
MultiFilterPlugin.createPasses
Defined in
webgi/src/plugins/SSGIPlugin.ts:51
onRemove
▸ onRemove(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Overrides
Defined in
webgi/src/plugins/SSGIPlugin.ts:90
setDirty
▸ setDirty(): void
Returns
void
Defined in
webgi/src/plugins/SSGIPlugin.ts:95
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:64
Constructors
constructor
• new SSGIPlugin(enabled?
)
Parameters
Name | Type | Default value |
---|---|---|
enabled | boolean | true |