Skip to content

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

tex

Texture

Source texture

uv

Node<"vec2">

UV coordinates

threshold

FloatInput = 0.7

Brightness threshold

radius

FloatInput = 0.01

Glow radius

intensity

FloatInput = 0.5

Glow intensity

Returns

Node<"vec4">

Color with bloom approximation