mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Adjusted default sharpen
This commit is contained in:
parent
c9a6d6bf14
commit
095f426f31
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ public:
|
|||
AntialiasingConfig() : render::Job::Config(true) {}
|
||||
|
||||
float blend{ 0.05f };
|
||||
float sharpen{ 0.25f };
|
||||
float sharpen{ 0.15f };
|
||||
|
||||
bool constrainColor{ true };
|
||||
bool covarianceClipColor{ true };
|
||||
|
@ -200,7 +200,7 @@ private:
|
|||
gpu::PipelinePointer _debugBlendPipeline;
|
||||
|
||||
TAAParamsBuffer _params;
|
||||
float _sharpen{ 0.25f };
|
||||
float _sharpen{ 0.15f };
|
||||
int _sharpenLoc{ -1 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue