Re: [osg-users] Output Scenegroup for Debug purposes

2016-05-16 Thread Danyel Kemali
Hi, thx for the quick response, i guess that works out perfectly for me. I'll have a look at it asap. :D ... Thank you! Cheers, Danyel [/quote] -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67119#67119

Re: [osg-users] Output Scenegroup for Debug purposes

2016-05-16 Thread Sebastian Messerschmidt
Hi Danyel, Hi, i'm new to OSG and i was wondering if there is a simple way to "graphically" output a scenegroup with all nodes. I tried using osgDB::writeNodeFile(*Node, "saved.osg"); but obviously this just a serialization of the very one node I'm inputting.

[osg-users] Output Scenegroup for Debug purposes

2016-05-16 Thread Danyel Kemali
Hi, i'm new to OSG and i was wondering if there is a simple way to "graphically" output a scenegroup with all nodes. I tried using osgDB::writeNodeFile(*Node, "saved.osg"); but obviously this just a serialization of the very one node I'm inputting. osgDB::writeObjectFile(*Node,"saved2.osg");