Home | History | Annotate | Download | only in terrain

Lines Matching defs:base

37     private FractalSum base;
88 this.base = new FractalSum();
89 this.base.setRoughness(0.7f);
90 this.base.setFrequency(1.0f);
91 this.base.setAmplitude(1.0f);
92 this.base.setLacunarity(2.12f);
93 this.base.setOctaves(8);
94 this.base.setScale(0.02125f);
95 this.base.addModulator(new NoiseModulator() {
103 FilteredBasis ground = new FilteredBasis(this.base);