mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Default normal map strength to 0.8
This commit is contained in:
parent
bec3190b08
commit
b12bc1f71e
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue