Changed default volumetric strength to 1.0

This commit is contained in:
antopilo
2024-11-24 00:02:51 -05:00
parent d43c48207c
commit 32273eece9

View File

@@ -12,7 +12,7 @@ namespace Nuake {
uint32_t mStepCount = 50;
float mRenderRatio = 0.75f;
float mFogAmount = 0.4f;
float mFogExponant = 4.0f;
float mFogExponant = 1.0f;
Vector2 mSize;
Texture* mDepth;