anisotrophy, bilinear and trilinear filtering...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
dreamport
Posts: 188
Joined: Sun Jul 26, 2009 9:02 am
Location: philippines

anisotrophy, bilinear and trilinear filtering...

Post by dreamport »

hello all,

just asking what are the functions to adjust anisotrophy, bilinear and trilinear filtering of my textures?

thnx
opensource = freedom
<br>
how can you face the problem if the problem is your face?
Bear_130278
Posts: 237
Joined: Mon Jan 16, 2006 1:18 pm
Location: Odessa,Russian Federation

Post by Bear_130278 »

Code: Select all

->setMaterialFlag(video::EMF_ANISOTROPIC_FILTER , true);
And so on...
Do you like VODKA???
Image
Image
Post Reply