Hi there, I'm new to irrlicht, I want to ask you guys 2 simple questions.
1. How to make a empty scene node? (need it for a some kind of place holder)
2. How can I attach another scene node to it (maybe something like parent)
Thanks
Need help - 2 simple noob questions (parent + scenenode)
1. With ISceneManager::addEmptySceneNode (check the docu).
2. With either addChild on your emptyscenenode or setParent on your childnode.
2. With either addChild on your emptyscenenode or setParent on your childnode.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm

