Advanced search tips: use spaces to require multiple terms (AND), |
for alternatives (OR), wrap phrases in quotes (="a b"), =term for
exact match, 'term to include, !term to exclude, ^term to match
prefix, !^term to exclude prefix, .ext$ to match suffix, and !.ext$
to exclude suffix.
MIT license, ported from https://github.com/bevy-interstellar/wgsl_noise
Cellular noise, lower jitter makes the patern more regular
The x component (F1) of the returned result represents the distance to the nearest feature point from the input position
The y component (F2) represents the distance to the second nearest feature point from the input position
Fractional brownian motion (fbm) based on 2d simplex noise