<div dir="ltr">On 11 September 2015 at 05:20, Tony Vasile <span dir="ltr"><<a href="mailto:minghia@gmail.com" target="_blank">minghia@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay I modified the example visit_model.cpp from the OpenSceneGraph 3.0 Beginner's Guide to print the Descriptions and there was the data I was looking for. The sonic boom of comprehension.<br>
<span class=""></span></blockquote><div><br></div><div>You can probably simplify things a bit further if you are using OSG-3.4 as osg::Drawable and hence osg::Geometry are now osg::Node, so can be directly handled by the osg::NodeVisitor, this means there is no need to have an MyVisitor::apply(Geode&) that traverses through the drawables.  Instead you just need a MyVisitor::apply(osg::Geometry&).<br><br></div><div>Robert.<br></div></div></div></div>