added water
This commit is contained in:
@@ -369,6 +369,12 @@ impl TerrainApp {
|
||||
&mut self.params.snowline_height,
|
||||
0..=255,
|
||||
);
|
||||
labeled_int_slider(
|
||||
ui,
|
||||
"Water Table Height",
|
||||
&mut self.params.water_table_height,
|
||||
0..=255,
|
||||
);
|
||||
labeled_float_slider(
|
||||
ui,
|
||||
"Rock Slope Angle",
|
||||
|
||||
Reference in New Issue
Block a user