How to remove a scenenode?

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
t
Posts: 43
Joined: Sun Nov 02, 2003 2:59 am
Location: Australia

How to remove a scenenode?

Post by t »

Hello,
In my game my spaceship shoots bullets which are done with billboards. I want the bullets to expire after a certain amount of time, or when they hit something.

The question is, how do I remove them from the scene when they're finished? Do I call the node's drop() method, or something else?
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

Check out the way Niko did it in the techdemo...
Post Reply