View Single Post
Old 3rd January 2014, 05:33 AM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default Re: Dissabling Mipmaps

In a plugin, you can use these:

Code:
Prototype int ac_set_opengl_texture_mag_filter(int setting); // returns the original value
Prototype int ac_set_opengl_texture_min_filter(int setting); // returns the original value
Andy is offline   Reply With Quote