runnable fragment
code snippet
uniform float scale;
uniform int octaves;
uniform float persistence;
uniform float lacunarity;
uniform float speed;
uniform float contrast;
uniform float seed;
uniform vec4 colorLow;
uniform vec4 colorHigh;
precision mediump float;
/*{
"CATEGORIES": [
"Generator", "Noise"
],