texture quality control

Started by
0 comments, last by supagu 20 years, 2 months ago
is there a way to modify texture quality say reduce the size by 50% real easy? or do i have to code this in to my texture loader?
Advertisement
GLint gluScaleImage(GLenum format, GLint widthin, GLint heightin, GLenum typein, const void *datain, GLint widthout, GLint heightout, GLenum typeout, void *dataout);

So you do have to do it yourself, but glu makes it easy =)

This topic is closed to new replies.

Advertisement