Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js6259 this.noise2d = function(x, y) { method in PerlinNoise
6293 sum += effect * (1 + generator.noise2d(k*x, k*y))/2; break;