Page 1 of 1

Image scaling filters?

Posted: Mon Mar 16, 2015 9:39 am
by Mystical
I've been messing around with a raycasting library and I've been bothered about how filtering is handled.

Using 256x256 and 256x512 resolution textures and sprites doesn't really do much for up-close views of these resources. Nearest neighbour is just plain unfancy and linear filtering is just plain ugly. Aren't there any GLSL scaling filters that mimic 2xSal, HQx4 or 4xBRZ?

Re: Image scaling filters?

Posted: Mon Mar 16, 2015 11:20 am
by s-ol
Maybe write your own frag shader?