Reduced default SSAO strength to 1.0

This commit is contained in:
antopilo
2023-03-14 22:38:37 -04:00
parent 84cc29685f
commit d5e96f8a1c

View File

@@ -31,7 +31,7 @@ namespace Nuake
float Bias = 0.003f;
float Area = 0.0075f;
float Falloff = 0.002f;
float Strength = 2.0f;
float Strength = 1.0f;
void Resize(const Vector2& size);
SSAO();
void Draw(FrameBuffer* gBuffer, const Matrix4& projection, const Matrix4& view);