mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Cubic & Hermite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user