9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00

Cubic & Hermite

This commit is contained in:
Daniel Mills
2020-01-15 04:14:27 -05:00
parent c62be9573d
commit 8c5fdd4673
3 changed files with 37 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ public class Settings
public static class GeneratorSettings
{
public InterpolationType linearFunction = InterpolationType.PARAMETRIC_2;
public int linearSampleRadius = 2;
public int linearSampleRadius = 6;
public int interpolationIntervals = 1;
public double horizontalZoom = 1;
public double heightFracture = 155;