.NET SceneManager missing GetRootNode

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
thzero
Posts: 6
Joined: Fri Apr 14, 2006 1:29 pm

.NET SceneManager missing GetRootNode

Post by thzero »

The SceneManager wrapper for Irrlicht.NET is missing the GetRootNode method, so it makes it impossible to clear all nodes from the scene manager.

Instead you have to insert an empty node and use that as your root node in which you load everything as a child off and then remove all nodes from your "psuedo-root".
Post Reply