BredaUniversityGames / DXX-Raytracer

DXX Raytracer is a fork of the DXX Retro project for Windows. DXX Raytracer uses modern raytracing techniques to update the graphics of the beloved retro game known as Descent.
Other
216 stars 10 forks source link

Fix for cloaked ships showing as green instead of black like original game. #19

Closed Lehm2000 closed 3 months ago

Lehm2000 commented 6 months ago

Updated RTgr::RT_DrawSubPolyModel to set mesh color to black when rendering is translucent to match original game. Currently cloaked ships are too easy to see. I've looked around in the game and this change doesn't seem to cause any unwanted artifacts elsewhere.

scrn0027 scrn0029