Home
last modified time | relevance | path

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

/plugin/processing/
H A Dscript.js6278 var noiseProfile = { generator: undef, octaves: 4, fallout: 0.5, seed: undef}; property in noiseProfile
6287 for(var i=0; i<noiseProfile.octaves; ++i) {
6302 p.noiseDetail = function(octaves, fallout) { argument
6303 noiseProfile.octaves = octaves;