Interface: BloomEffect
Defined in: attributes/shape/effects/implementations/bloom.ts:4
Properties
intensity
intensity:
number
Defined in: attributes/shape/effects/implementations/bloom.ts:11
Additive multiplier for the bloom pass (default 1).
radius
radius:
number
Defined in: attributes/shape/effects/implementations/bloom.ts:9
Blur spread radius in pixels.
threshold
threshold:
number
Defined in: attributes/shape/effects/implementations/bloom.ts:7
0–1: luminance cutoff — pixels below this threshold don't contribute to the bloom.
type
type:
"bloom"
Defined in: attributes/shape/effects/implementations/bloom.ts:5