Searched refs:maxFreq (Results 1 – 2 of 2) sorted by relevance
58 private int maxFreq; field in FractalSum73 …for (float f = this.frequency, a = this.amplitude; f < this.maxFreq; f *= this.lacunarity, a *= th… in value()93 this.maxFreq = 1 << (int) octaves; in setOctaves()
192 …public static final float sinValue(final float s, final float minFreq, final float maxFreq, final … in sinValue() argument194 float cutoff = ShaderUtils.clamp(0.5f / swidth, 0, maxFreq); in sinValue()