Add cvar lm_scale for multiplying resolution of the lightmap

This commit is contained in:
RaveYard 2023-09-09 14:38:09 +02:00 committed by Magnus Norddahl
commit 19e9ac1db3
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@ ADD_STAT(lightmapper)
CVAR(Int, lm_background_updates, 8, CVAR_NOSAVE);
CVAR(Int, lm_max_updates, 128, CVAR_NOSAVE);
CVAR(Float, lm_scale, 1.0, CVAR_NOSAVE);
VkLightmap::VkLightmap(VulkanRenderDevice* fb) : fb(fb)
{