Class: PMREMGeneratorPlugin
Plugins.PMREMGeneratorPlugin
deprecated
threejs does this internally
Hierarchy
SimpleEventDispatcher
<""
>↳
PMREMGeneratorPlugin
Implements
Properties
PluginType
▪ Static
Readonly
PluginType: "PMREMGenerator"
Defined in
webgi/src/plugins/threejs/PMREMGeneratorPlugin.ts:11
processor
• processor: IObjectProcessor
<ITexture
<any
>>
Defined in
webgi/src/plugins/threejs/PMREMGeneratorPlugin.ts:14
Constructors
constructor
• new PMREMGeneratorPlugin()
Inherited from
SimpleEventDispatcher<''>.constructor
Defined in
webgi/node_modules/ts-browser-helpers/dist/EventDispatcher.d.ts:41
Methods
onAdded
▸ onAdded(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Defined in
webgi/src/plugins/threejs/PMREMGeneratorPlugin.ts:31
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Implementation of
Defined in
webgi/src/plugins/threejs/PMREMGeneratorPlugin.ts:37
onRemove
▸ onRemove(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>