mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 17:49:16 +00:00
Test imp 1
This commit is contained in:
@@ -123,7 +123,7 @@ public class CNG {
|
||||
|
||||
@Override
|
||||
public double noise(double x, double z) {
|
||||
return (cellularFilter.GetCellular((float) x, (float) z, str, 1) / 2D) + 0.5D;
|
||||
return (cellularFilter.GetCellular((float) x, (float) z, str, 1) * 0.5) + 0.5D;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user