Re: [osg-users] Get all vertices of an OSG Group

2016-03-25 Thread Tony Vasile
Hi Clement, This is rather easy to do. All you need is to define a NodeVisitor and run it on the group. Using this way you only need to have an accept call for the Geode and process the drawables under the Geode. Code: class InfoVisitor : public osg::NodeVisitor { public: InfoVisitor()

[osg-users] Get all vertices of an OSG Group

2016-03-25 Thread Clement Begotto
Hi, I have to work on a point cloud which was stored in .osgb files for LOD management reasons. I have extracted it in an osg::Group, then this Group contains other Groups and so on. I need to access every points of my cloud to extract coordinate or colors. I don't know if there is an easy

Re: [osg-users] Does OSG still build against Qt 4.8.7?

2016-03-25 Thread MacPorts
Hi Christian, CORRECTION: in that specific case there is only Qt4 installed on the machine. In this case OSG won't even configure properly. OSG got installed "properly". I mean that the dependent project which I was trying to build didn't configure properly, simply because the libosgqt

[osg-users] is osg used with smartmfc?

2016-03-25 Thread 韩志平
Hello: There is a question to trouble with me. I want to use osg with smartmfc in wince. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org