PARTYMANX / partymod-thps2

A modernization patch for THPS2 on PC
MIT License
17 stars 0 forks source link

Fix depth bias implementation and z-fighting #2

Open PARTYMANX opened 2 months ago

PARTYMANX commented 2 months ago

This game has a pretty busted z bias implementation where certain things are pushed back way further than they probably need to be. I tried fixing this already but got a bit stuck. I need to read up more about implementing correct depth bias values.