9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
This commit is contained in:
Daniel Mills
2019-11-01 04:27:47 -04:00
parent 00d4f7640e
commit 373d75609a
6 changed files with 253 additions and 114 deletions

View File

@@ -14,7 +14,7 @@ public class Settings
public static class GeneratorSettings
{
public double horizontalZoom = 1.325; // 1.856 2.556
public double horizontalZoom = 2.225; // 1.856 2.556
public double heightFracture = 155;
public double heightMultiplier = 1.154;
public double heightExponentBase = 1;
@@ -22,7 +22,7 @@ public class Settings
public double heightScale = 1;
public double superHeightScale = 0.65;
public double altBiomeScale = 1;
public double baseHeight = 0.3415;
public double baseHeight = 0.22;
public double superSamplerRadius = 32;
public int superSamplerIterations = 14;
public int superSamples = 12;