Smoothed temperate/savannah border

This commit is contained in:
Joshua Barretto 2019-07-09 00:35:59 +01:00
parent fa28c8a6c6
commit 73e9dba153

View File

@ -131,7 +131,7 @@ impl<'a> Sampler for ColumnGen<'a> {
.mul(256.0),
),
Rgb::lerp(tropical, sand, temp.sub(CONFIG.desert_temp).mul(32.0)),
temp.sub(CONFIG.tropical_temp).mul(64.0),
temp.sub(CONFIG.tropical_temp).mul(16.0),
);
// Work out if we're on a path or near a town