Blank Scene Node?

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
Tocs1001
Posts: 10
Joined: Tue Jun 27, 2006 7:15 pm

Blank Scene Node?

Post by Tocs1001 »

I need a scene node that has just nothing in it no mesh attached, no particles, no billboard, no terrain... just has the functions of a scene node. I cant get an instance of ISceneNode is there a way to get a blank scene node that has nothing on it just has the features of a node, without creating a custom scene node that holds the sole purpose of being blank.
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

Like the Dummy one? Read the API yet?
Tocs1001
Posts: 10
Joined: Tue Jun 27, 2006 7:15 pm

Post by Tocs1001 »

Wow... Yes I do read the API... I cant get an instance of ISceneNode its virtual.

And I didnt see IDummyTransformationSceneNode thankyou for pointing it out.

-Tocs

PS. The sarcasm was kinda harsh
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

If you find that this was sarcasm you should be really careful when asking something here...
vi-wer
Posts: 93
Joined: Sun May 20, 2007 7:15 pm
Location: Germany
Contact:

Post by vi-wer »

What you're searching for is probably an empty scene node. You can add one by calling addEmptySceneNode().
Post Reply