mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Closest attempt.
This commit is contained in:
parent
df2eb30898
commit
fbdf7dc235
@ -274,7 +274,13 @@ impl<'a> Sampler for ColumnGen<'a> {
|
||||
Rgb::lerp(
|
||||
Rgb::lerp(
|
||||
// below snow_temp
|
||||
tundra,
|
||||
Rgb::lerp(
|
||||
tundra,
|
||||
snow,
|
||||
humidity.sub(CONFIG.desert_hum)
|
||||
.sub((marble - 0.5) * 0.05)
|
||||
.mul(256.0)
|
||||
),
|
||||
// snow_temp to 0
|
||||
dirt,
|
||||
temp.sub(CONFIG.snow_temp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user