Preparing search index...
The search index is not available
WebGi
WebGi
BloomPlugin
Class BloomPlugin
Bloom Plugin
Adds HDR Bloom post-processing effect to the scene
Hierarchy
PipelinePassPlugin
<
BloomPluginPass
<
BloomPassId
>
,
BloomPassId
,
""
>
BloomPlugin
Implements
GBufferUpdater
Index
Constructors
constructor
Properties
_pass?
dependencies
material
Extension
pass
Id
ui
Config
Old
Plugin
Type
Plugin
Type
Methods
_create
Pass
on
Added
on
Remove
updateGBuffer
Flags
Add
Bloom
Data
Constructors
constructor
new
BloomPlugin
()
:
BloomPlugin
Returns
BloomPlugin
Properties
Protected
Optional
_pass
_pass
?:
BloomPluginPass
<
"bloom"
>
dependencies
dependencies
:
typeof
GBufferPlugin
[]
= ...
Readonly
material
Extension
materialExtension
:
MaterialExtension
= ...
Readonly
pass
Id
passId
:
"bloom"
= passId
ui
Config
uiConfig
:
UiObjectConfig
= ...
Static
Readonly
Old
Plugin
Type
OldPluginType
:
"BloomPlugin"
= 'BloomPlugin'
Static
Readonly
Plugin
Type
PluginType
:
"Bloom"
= 'Bloom'
Methods
Protected
_create
Pass
_createPass
()
:
BloomPluginPass
<
"bloom"
>
Returns
BloomPluginPass
<
"bloom"
>
on
Added
onAdded
(
viewer
:
ThreeViewer
)
:
void
Parameters
viewer
:
ThreeViewer
Returns
void
on
Remove
onRemove
(
viewer
:
ThreeViewer
)
:
void
Parameters
viewer
:
ThreeViewer
Returns
void
updateGBuffer
Flags
updateGBufferFlags
(
data
:
Vector4
,
c
:
GBufferUpdaterContext
)
:
void
Parameters
data
:
Vector4
c
:
GBufferUpdaterContext
Returns
void
Static
Add
Bloom
Data
AddBloomData
(
material
:
IMaterial
,
params
?:
{
enable
?:
boolean
}
,
setDirty
?:
boolean
,
)
:
undefined
|
null
|
{
enable
?:
boolean
}
Parameters
material
:
IMaterial
Optional
params
:
{
enable
?:
boolean
}
setDirty
:
boolean
= true
Returns
undefined
|
null
|
{
enable
?:
boolean
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_pass
dependencies
material
Extension
pass
Id
ui
Config
Old
Plugin
Type
Plugin
Type
Methods
_create
Pass
on
Added
on
Remove
updateGBuffer
Flags
Add
Bloom
Data
WebGi
Loading...
Bloom Plugin
Adds HDR Bloom post-processing effect to the scene