bloomSimple
bloomSimple(
tex,uv,threshold?,radius?,intensity?):Node<"vec4">
Defined in: packages/nodes/src/blur/bloom.ts:150
Simple single-pass bloom approximation. Samples in a star pattern for quick glow effect.
Parameters
Section titled “Parameters”Source texture
Node <"vec2">
UV coordinates
threshold?
Section titled “threshold?”FloatInput = 0.7
Brightness threshold
radius?
Section titled “radius?”FloatInput = 0.01
Glow radius
intensity?
Section titled “intensity?”FloatInput = 0.5
Glow intensity
Returns
Section titled “Returns”Node <"vec4">
Color with bloom approximation