Home
last modified time | relevance | path

Searched refs:noise1d (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js6269 this.noise1d = function(x) { method in PerlinNoise
6291 sum += effect * (1 + generator.noise1d(k*x))/2; break;