Skip to main content

Posts

Showing posts from April, 2007

Don't drop, remove!

When you want to completely erase an scene node from your irrlicht scene, use renmoveALL and remove instead of drop. It happened to me that I was just dropping and then deleting the object C style, however the scene manager still had a grab on the node because the node was loaded from an irr file and therefore was giving me a runtime exception.