mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Adjusted TAA blend to find the antialiasing and bloom stability sweet spot
This commit is contained in:
parent
cfacd80e08
commit
9ca0b39f74
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class AntialiasingConfig : public render::Job::Config {
|
|||
public:
|
||||
AntialiasingConfig() : render::Job::Config(true) {}
|
||||
|
||||
float blend{ 0.1f };
|
||||
float blend{ 0.25f };
|
||||
float sharpen{ 0.05f };
|
||||
|
||||
bool constrainColor{ true };
|
||||
|
|
Loading…
Reference in a new issue