Page 1 of 1

Blank Scene Node?

Posted: Tue Jun 26, 2007 2:21 am
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.

Posted: Tue Jun 26, 2007 2:44 am
by Dorth
Like the Dummy one? Read the API yet?

Posted: Tue Jun 26, 2007 3:09 am
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

Posted: Tue Jun 26, 2007 7:45 am
by hybrid
If you find that this was sarcasm you should be really careful when asking something here...

Posted: Tue Jun 26, 2007 1:39 pm
by vi-wer
What you're searching for is probably an empty scene node. You can add one by calling addEmptySceneNode().