mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
calculate bounding in fractal types.
This commit is contained in:
parent
353999aa45
commit
84b8df6d96
@ -32,10 +32,12 @@ public abstract class FractalNoiseFunction extends NoiseFunction {
|
||||
|
||||
public void setOctaves(int octaves) {
|
||||
this.octaves = octaves;
|
||||
calculateFractalBounding();
|
||||
}
|
||||
|
||||
public void setGain(double gain) {
|
||||
this.gain = gain;
|
||||
calculateFractalBounding();
|
||||
}
|
||||
|
||||
public void setLacunarity(double lacunarity) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user