Исправлен цвет тумана

This commit is contained in:
Alex_BY 2016-03-25 19:57:25 +03:00
parent e6c6286bff
commit 3b13ab95ce
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ setConfig("terrain", "/1520", terCfg)
local envCfg = table.copy(getConfig("environment", "/default"))
envCfg.fog.color = { 0.682, 0.815, 0.898 }
envCfg.fog.color = { 0.31, 0.39, 0.44 }
envCfg.light.direction = { 1.1, 1.3, 1.05 }
envCfg.light.ambient = { 0.60, 0.60, 0.66 }