Antialise on irrmesh

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
Isoprog
Posts: 80
Joined: Wed Dec 10, 2008 7:53 am

Antialise on irrmesh

Post by Isoprog »

Hi,
Here is a image of the problem that I am having right now -
Image
It seems like antialise is not working on irrmesh, but it is working on obj file, antialise value is 4. See the Stash/wall corner. How to solve it?
irrlicht 1.8.1/gcc

Thanks,
Iso.
chronologicaldot
Competition winner
Posts: 685
Joined: Mon Sep 10, 2012 8:51 am

Re: Antialise on irrmesh

Post by chronologicaldot »

You're OBJ picture has anti-aliasing but your IRRMESH picture has none. It's not the mesh or mesh loading, it's the engine or engine settings you are using.

Edit: Though notably, having scanned the code, I noticed the obj reader does more to handle material information than the irr mesh loader does.
Post Reply