feat: Make quadratic falloff the default
This commit is contained in:
parent
88e44a783a
commit
2e0a5dff74
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue