Hi Robert, I suppose I expect that because let's say a "RemoveGroupsVisitor" should remove Groups from a given graph, when I apply this visitor to a scene by
Code: RemoveGroupsVisitor r; scene->accept(r); I personally would expect that now the groups are removed, which they are not by the limitation of the apply methods Regards Sam ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35952#35952 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

