Home | History | Annotate | Download | only in terrain

Lines Matching defs:base

59     private FractalSum base;
118 this.base = new FractalSum();
119 this.base.setRoughness(0.7f);
120 this.base.setFrequency(1.0f);
121 this.base.setAmplitude(1.0f);
122 this.base.setLacunarity(2.12f);
123 this.base.setOctaves(8);
124 this.base.setScale(0.02125f);
125 this.base.addModulator(new NoiseModulator() {
133 FilteredBasis ground = new FilteredBasis(this.base);