As the topic says, how can I change the default texture filter type to be something different from FTLinear?
thanks in advance!
As the topic says, how can I change the default texture filter type to be something different from FTLinear?
thanks in advance!
Use the “texture-minfilter” and “texture-magfilter” configuration variables. The default value is “linear”.
thanks a lot