Hi,

I'm having a problem setting up any type of dragger, adding a dragger into 
group node causes unhandled exception. I tried very simple code like this


Code:
osg::ref_ptr<osg::Group> root = new osg::Group;

osg::ref_ptr<osgManipulator::TranslateAxisDragger> dragger = new 
osgManipulator::TranslateAxisDragger;
dragger->setupDefaultGeometry();

root->addChild(dragger.get());




and i tried some manipulator examples. Everytime i get unhandled exeption when 
i try to add dragger to the group node.
Any idea what may cause this problem?

Thanks for any advice

Cheers,
Oliver

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=49186#49186





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

Reply via email to