Skip to content

distortSimplex

distortSimplex(uv, strength, scale, time): Node<"vec2">

Defined in: packages/nodes/src/distortion/distortNoise.ts:172

Simplex-like noise distortion (approximation). Faster than Perlin with similar quality.

Parameters

uv

Node<"vec2">

Input UV coordinates

strength

FloatInput = 0.02

Distortion strength

scale

FloatInput = 5

Noise scale

time

FloatInput = 0

Animation time

Returns

Node<"vec2">

Simplex-distorted UV coordinates