Hi All<div><br></div><div>I have two basic osg shapes that I load like this</div><div><br></div><div>osg::ref_ptr<osg::Node> shape1 = osgDB::readNodeFile("shape1.osg");<br></div><div>osg::ref_ptr<osg::Node> shape2 = osgDB::readNodeFile("shape2.osg"); <br></div><div><br></div><div>I then group them together and save them</div><div><div>osg::ref_ptr<osg::Group> total = new osg::Group;</div><div>total->addChild(shape1.get());</div><div>total->addChild(shape2.get());</div></div><div>osgDB::writeNodeFile(*total, "ouput.fbx");<br></div><div><br></div><div>The output fbx files contains two geodes... How can I merge them into a single one?</div><div><br></div><div>I tried with</div><div><div>osg::ref_ptr<osg::Node> singleNode = new osg::Node;</div><div>singleNode = dynamic_cast<osg::Node*>(total.get());</div></div><div><br></div><div>But the output doesn't change...</div><div><br></div><div>Thanks to anyone that will help :)</div><div><br></div><div>Regards</div><div>Luca</div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com">osg-users+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/ee360fb4-9b40-4ad4-9445-924798533820n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/osg-users/ee360fb4-9b40-4ad4-9445-924798533820n%40googlegroups.com</a>.<br />