mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Update angle maxs for ravines
This commit is contained in:
parent
719d262a00
commit
e20fa7f3a2
@ -62,12 +62,12 @@ public class IrisRavine extends IrisRegistrant {
|
|||||||
private IrisShapedGeneratorStyle baseWidthStyle = new IrisShapedGeneratorStyle(NoiseStyle.PERLIN, 3, 6);
|
private IrisShapedGeneratorStyle baseWidthStyle = new IrisShapedGeneratorStyle(NoiseStyle.PERLIN, 3, 6);
|
||||||
|
|
||||||
@MinNumber(1)
|
@MinNumber(1)
|
||||||
@MaxNumber(70)
|
@MaxNumber(100)
|
||||||
@Desc("The angle at which the ravine widens as it gets closer to the surface")
|
@Desc("The angle at which the ravine widens as it gets closer to the surface")
|
||||||
private double angle = 18;
|
private double angle = 18;
|
||||||
|
|
||||||
@MinNumber(1)
|
@MinNumber(1)
|
||||||
@MaxNumber(70)
|
@MaxNumber(100)
|
||||||
@Desc("The angle at which the ravine widens as it gets closer to the surface")
|
@Desc("The angle at which the ravine widens as it gets closer to the surface")
|
||||||
private double topAngle = 38;
|
private double topAngle = 38;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user