Soften the Diamond-Square roughness

This commit is contained in:
Eryn Wells 2018-11-23 09:20:18 -07:00
parent 54bb20feef
commit 4e848091bb

View file

@ -109,7 +109,7 @@ class Terrain: NSObject {
print("Couldn't create algorithm")
return nil
}
gen.roughness = 0.075
gen.roughness = 0.05
generator = gen
do {