Home
last modified time | relevance | path

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

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