mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Fix POM distortions and add normal map strength slider
POM fixes: use blurred height only for ray march (keep crisp Sobel for normals), reduce pomScale 0.03→0.012, clamp grazing angle denominator to 0.15, hard-limit max UV offset, smooth fadeout at steep view angles. Add Normal Map Strength slider (0.0-2.0) in Video settings for user control over surface detail intensity. Persisted across sessions.
This commit is contained in:
parent
eaceb58e77
commit
bec3190b08
6 changed files with 68 additions and 10 deletions
|
|
@ -104,6 +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
|
||||
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