mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-03 22:36:10 +00:00
Implement image debug GUI
This commit is contained in:
@@ -19,7 +19,7 @@ public class DistributionTest {
|
||||
noise.setFrequency(0.02f);
|
||||
noise.setFractalOctaves(4);
|
||||
System.out.println(noise);
|
||||
int attempts = 3;
|
||||
int attempts = 8;
|
||||
int[] numbers = new int[attempts];
|
||||
double min = Integer.MAX_VALUE;
|
||||
double max = Integer.MIN_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user