mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Putting back splotchy mud.
This commit is contained in:
parent
91ea62a5c9
commit
bd8a0be0fb
@ -245,7 +245,7 @@ impl<'a> Sampler for ColumnGen<'a> {
|
||||
marble_small.sub(0.5).mul(0.2).add(0.75).powf(0.667).powf(1.0.sub(humidity))
|
||||
),
|
||||
Rgb::new(0.87, 0.62, 0.56),
|
||||
marble.powf(1.5).sub(0.5).mul(256.0)
|
||||
marble.powf(1.5).sub(0.5).mul(4.0)
|
||||
);
|
||||
|
||||
// For below desert humidity, we are always sand or rock, depending on altitude and
|
||||
|
Loading…
Reference in New Issue
Block a user