A couple small random tweaks while I play with lighting
This commit is contained in:
parent
30d7386805
commit
65ffec18e9
3 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ class Terrain: NSObject {
|
|||
print("Couldn't create algorithm")
|
||||
return nil
|
||||
}
|
||||
(gen as DiamondSquareGenerator).roughness = 0.075
|
||||
gen.roughness = 0.2
|
||||
generator = gen
|
||||
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue