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.

Node <"vec2">

Input UV coordinates

FloatInput = 0.02

Distortion strength

FloatInput = 5

Noise scale

FloatInput = 0

Animation time

Node <"vec2">

Simplex-distorted UV coordinates