feat: Make quadratic falloff the default

This commit is contained in:
Vsevolod Kremianskii 2021-02-16 20:13:48 +07:00
parent 88e44a783a
commit 2e0a5dff74

View file

@ -28,7 +28,7 @@ namespace render {
static unordered_map<Feature, int> g_features {
{ Feature::PBR, 0 },
{ Feature::HDR, 0 },
{ Feature::Falloff, 0 },
{ Feature::Falloff, 1 },
{ Feature::DynamicRoomLighting, 0 },
{ Feature::SelfIllumAsLights, 0 }
};