Class BloomPluginPass<Tid>

Type Parameters

Hierarchy

Implements

Constructors

  • Type Parameters

    • Tid extends string

    Parameters

    • pid: Tid
    • maxIntensity: number = 16

    Returns BloomPluginPass<Tid>

Properties

after: string[] = ...

Passes that should run before this pass

backgroundBloom: boolean = false
before: string[] = ...

Passes that should run after this pass

bloomDebug: boolean = false
bloomIterations: number = 4
intensity: number = 0.2
passId: Tid

Unique id for the pass. Used to determine the order of passes in the pipeline.

power: number = 1
prefilter: Vector4 = ...
radius: number = 0.6
required: string[] = ...

Passes that are required to be present in the pipeline to run this pass.

softThreshold: number = 0.5
threshold: number = 2
uiConfig?: UiObjectConfig = undefined

Methods