How to remove scenenodes

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Andre Odendaal

How to remove scenenodes

Post by Andre Odendaal »

Hi Guys,

How do I remove a scenenode from my scenemanager?

I see I can use a CreateDeleteAnimator but that's after a specific amount of time. I want to remove the scenenode after an event (like when the player kills a monster and I want to remove the monster).

Regards,
Andre Odendaal
noone

Post by noone »

monster.remove
AndreOdendaal
Posts: 16
Joined: Tue Dec 27, 2005 10:13 am
Location: Johannesburg, South Africa

Post by AndreOdendaal »

Unfortunately I've already lost the reference to the object that created the node, so I was hoping there would be something in the scenemanager itself.
Locked