Turning off bilinear filtering?

Blitz3D Forums/Blitz3D Programming/Turning off bilinear filtering?

Dr Derek Doctors(Posted 2003) [#1]
Is this possible in B3D? Only I want to use B3D to have transparency effects but I don't want it blurred ideally. Can I do this?


Gabriel(Posted 2003) [#2]
ClearTextureFilters() will remove mipmapping. And you can do it on a per-texture basis, of course, because you can specify the mipmap flag when you load a texture if you want to mix and match.


DJWoodgate(Posted 2003) [#3]
Not at the moment. It has been requested.


Shodan(Posted 2003) [#4]
You can make it with masked textures. Without mipmapping it seems to look a bit sharpener.


Dr Derek Doctors(Posted 2003) [#5]
Okay, ta. It's just with this whole Nvidia driver thing I'm thinking it might be time to move over to 3D now that there's no guarantee that people will be able to run 2D stuff at a decent speed...