Skip to content

Commit

Permalink
Revert "chore: updated feature settings for correct color space" (#425)
Browse files Browse the repository at this point in the history
This reverts commit 16bf0b6.
  • Loading branch information
doodlum authored Aug 17, 2024
1 parent 16bf0b6 commit 6ed664e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Features/ScreenSpaceGI.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ struct ScreenSpaceGI : Feature
float GIBounceFade = 1.f;
float GIDistanceCompensation = 0.f;
// mix
float AOPower = 1.f;
float GIStrength = 6.f;
float AOPower = 2.f;
float GIStrength = 3.f;
// denoise
bool EnableTemporalDenoiser = true;
bool EnableBlur = true;
Expand Down
2 changes: 1 addition & 1 deletion src/Features/Skylighting.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct Skylighting : Feature
bool DirectionalDiffuse = false;
float MaxZenith = 3.1415926f / 3.f; // 60 deg
int MaxFrames = 64;
float MinDiffuseVisibility = 0.25f;
float MinDiffuseVisibility = 0.1f;
float DiffusePower = 1.f;
float MinSpecularVisibility = 0.f;
float SpecularPower = 1.f;
Expand Down

0 comments on commit 6ed664e

Please sign in to comment.