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

Revert "Improved texture sampling to allow for soft/dithered texture edges." #26

Closed SamBoots closed 3 months ago

SamBoots commented 3 months ago

Sadly, this causes a lot of fireflies on some of the lights in the game with the base game. Here is a video to demonstrate the issue.

It will be left out for build 1.2.0

https://github.com/BredaUniversityGames/DXX-Raytracer/assets/36227602/5baa40a0-13d8-4ce5-ae01-fed069b3b14c

Lehm2000 commented 3 months ago

Oh weird, I never saw that during my development. I'll see if I can figure out what is causing that.

Lehm2000 commented 3 months ago

I've been unable to replicate this issue. Taking a fresh copy of 1.1 (and all its assets) and dropping in the updated common.hlsl, I don't see the issue. Is it possible to get the build that you were seeing the issue with?

Lehm2000 commented 3 months ago

I can see the issue in the new 1.2 build with the updated common.hlsl. Let me see if I can figure this out...