Meshes disappears

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
StickyBit
Posts: 94
Joined: Mon Jul 05, 2004 3:40 am
Location: Sønderup, Denmark
Contact:

Meshes disappears

Post by StickyBit »

Hi Everyone

Just upgraded an older project from Irrlicht 1.5 to Irrlict 1.8.5, and got some strange behaviour with meshes disappearing from certain angles. What kind off problem am I facing here?

Image
Image
CuteAlien
Admin
Posts: 9646
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Meshes disappears

Post by CuteAlien »

Maybe something in culling goes wrong. Please try if setting setAutomaticCulling(0) for those nodes changes anything.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply