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
Section titled “Parameters”Node <"vec2">
Input UV coordinates
strength?
Section titled “strength?”FloatInput = 0.02
Distortion strength
scale?
Section titled “scale?”FloatInput = 5
Noise scale
FloatInput = 0
Animation time
Returns
Section titled “Returns”Node <"vec2">
Simplex-distorted UV coordinates