How to Remove texture filtering (blur
Hello i just got doomsday engine and it runs fine
But my main problem is the texture filtering
I've gone through setting but i couldn't remove the blur(filter)
What should I do??
But my main problem is the texture filtering
I've gone through setting but i couldn't remove the blur(filter)
What should I do??
Comments
Edit: every modern game has it now.
To open the sidebar, type "rendedit" in the console or go to Config > Renderer and select "Edit" in the Appearance dropdown menu.
You should set Texture Filtering to "None", and uncheck the Bilinear checkboxes.
This screenshot is from the latest 2.0 build, but 1.15 should work mostly the same.
Thanks it worked
But doesn't work for hexen
I removed most of the blur but the blur for the main character's hand and weapons is still there
In game, open the taskbar (press Shift+Escape) and enter "rend-tex-filter-sprite 0" into the command line, then press enter. To reactivate it, type "rend-tex-filter-sprite 1".
I'll see if I can find the problem.