Bilinear Filter Problem

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
Riktovitch
Posts: 15
Joined: Tue Mar 05, 2013 12:36 am

Bilinear Filter Problem

Post by Riktovitch »

I'm having a problem that best explained through visuals:

Image

Image

Image

I'm not really sure what's causing this, I checked the mesh for ZFighting issues but this shouldn't be happening. Does anyone know how to fix this?
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Bilinear Filter Problem

Post by Mel »

That is a clear ZFighting issue. If you are building the model with an external program, check it because it is generating double faces. Also, try not to use a ZNear value smaller than 1.0 because that may arise precision problems
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Post Reply