Skip to content

blurKawaseMulti

blurKawaseMulti(tex, uv, iterations, texelSize): Node<"vec4">

Defined in: packages/nodes/src/blur/blurKawase.ts:150

Multi-iteration Kawase blur in a single pass (approximation). Useful when multiple render passes aren’t available.

Parameters

tex

Texture

Source texture

uv

Node<"vec2">

UV coordinates

iterations

number = 3

Number of blur iterations to simulate

texelSize

Vec2Input = ...

Texel size

Returns

Node<"vec4">

Blurred color