Add skybox merging utility, remove date bases heat, tweak noise settings

This commit is contained in:
Till Affeldt
2020-04-24 01:35:07 +02:00
parent c9d0cfca21
commit e24b0340e5
11 changed files with 193 additions and 103 deletions

View File

@ -2,11 +2,11 @@ local world = {}
local WIND_SPREAD = 600
local WIND_SCALE = 2
local HEAT_SPREAD = 200
local HEAT_SPREAD = 400
local HEAT_SCALE = 0.3
local HUMIDITY_SPREAD = 60
local HUMIDITY_SPREAD = 150
local HUMIDITY_SCALE = 0.5
local HUMIDITY_BASE_SPREAD = 600
local HUMIDITY_BASE_SPREAD = 800
local HUMIDITY_BASE_SCALE = 40
local nobj_wind_x