i dont want smooth textures...

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
bandinopla
Posts: 28
Joined: Fri Nov 24, 2006 11:05 am

i dont want smooth textures...

Post by bandinopla »

i want that irrlicht load all my texturs and remains unfiltered. have made some textures with no flter on them, u can se the pixels, but in irrlicht, the image get smoothed, i dont whant that.


(sry 4 my english)
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

try this:
node->setMaterialFlag(EMF_BILINEAR_FILTER, false)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply