ThickFogDistance and ThickFogMultiplier MAPINFO variables adds thicker fog (Vulkan and OpenGL only) beyond ThickFogDistance, as long as it is possible. But default it is -1.f (disabled).

This commit is contained in:
Dileep V. Reddy 2025-05-14 21:34:36 -06:00 committed by Ricardo Luís Vaz Silva
commit c6a6ae23a6
17 changed files with 92 additions and 0 deletions

View file

@ -982,6 +982,8 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
("fogdensity", fogdensity)
("outsidefogdensity", outsidefogdensity)
("skyfog", skyfog)
("thickfogdistance", thickfogdistance)
("thickfogmultiplier", thickfogmultiplier)
("deathsequence", deathsequence)
("bodyqueslot", bodyqueslot)
("spawnindex", spawnindex)