Default normal map strength to 0.8

This commit is contained in:
Kelsi 2026-02-23 01:21:58 -08:00
parent bec3190b08
commit b12bc1f71e
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ private:
int pendingGroundClutterDensity = 100;
int pendingAntiAliasing = 0; // 0=Off, 1=2x, 2=4x, 3=8x
bool pendingNormalMapping = true; // on by default
float pendingNormalMapStrength = 1.0f; // 0.0-2.0
float pendingNormalMapStrength = 0.8f; // 0.0-2.0
bool pendingPOM = false; // off by default (expensive)
int pendingPOMQuality = 1; // 0=Low(16), 1=Medium(32), 2=High(64)