Skip to content

dissolveDirectional

dissolveDirectional(inputColor, inputUV, progress, noiseTex, direction?, noiseStrength?): Node <"vec4">

Defined in: packages/nodes/src/alpha/dissolve.ts:163

Directional dissolve (wipe effect with noise). Combines a directional gradient with noise for a more organic wipe.

Node <"vec4">

The input color (vec4 with alpha)

Node <"vec2">

The UV coordinates

FloatInput

Dissolve progress (0-1)

Texture 

Noise texture

"left" | "right" | "up" | "down"

Wipe direction: ‘left’, ‘right’, ‘up’, ‘down’

FloatInput = 0.3

How much noise affects the wipe (0-1)

Node <"vec4">

Color with directional dissolve effect