Skip to content

Commit

Permalink
see issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
curioustorvald committed Feb 29, 2020
1 parent aaba697 commit b31d5fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ data class TerragenParams(
val highlandScaleOffset: Double = -0.2, // linearly alters the height
val mountainScaleOffset: Double = -0.1, // linearly alters the height
val mountainDisturbance: Double = 0.7, // greater = more distortion, overhangs
val caveShapeFreq: Double = 7.4, //adjust the "density" of the caves
val caveShapeFreq: Double = 4.0, //adjust the "density" of the caves
val caveAttenuateBias: Double = 0.90, // adjust the "concentration" of the cave gen. Lower = larger voids
val caveSelectThre: Double = 0.89, // also adjust this if you've touched the bias value. Number can be greater than 1.0
val caveSelectThre: Double = 0.918, // also adjust this if you've touched the bias value. Number can be greater than 1.0
val caveBlockageFractalFreq: Double = 8.88,
val caveBlockageSelectThre: Double = 1.40 // adjust cave cloing-up strength. Larger = more closing
)

0 comments on commit b31d5fc

Please sign in to comment.