cartilago
11-13-2000, 07:14 AM
Does anyone have an idea of how to get
trilinear filtering in OpenGL for the mac
Im using an ATI Nexus 128 & Voodoo 5500 PCI.
When you set up your texture use
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MAG_FILTE R,GL_LINEAR_MIPMAP_LINEAR);
glTexParameteri(GL_TEXTURE_2D,GL_TEXTURE_MIN_FILTE R,GL_LINEAR_MIPMAP_LINEAR);
and then set up the correct mipmap image.
See starting on page 338 of the Red book second edition-"Multiple Levels of Detail" is the section name.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.