Hello,

I created a new node, MyGroup, which extends osg::Group.
I want to visit it in the scene graph with a NodeVisitor. So, I wrote 
MyNodeVisitor which extends osg::NodeVisitor. MyVisitor contains an 
apply function which takes MyGroup in parameter : 
MyVisitor::apply(osg::MyGroup &).

The problem is that this function is never called : The application call 
MyVisitor::apply(osg::Group&) instead.

Does somebdy know why ?

Thanks in advance.
--
Stephane.

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to