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.
StickyBit
Posts: 94 Joined: Mon Jul 05, 2004 3:40 am
Location: Sønderup, Denmark
Contact:
Post
by StickyBit » Fri Jun 26, 2020 1:01 pm
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?
CuteAlien
Admin
Posts: 9846 Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:
Post
by CuteAlien » Fri Jun 26, 2020 10:03 pm
Maybe something in culling goes wrong. Please try if setting setAutomaticCulling(0) for those nodes changes anything.