Re: [osg-users] bug in osgManipulator example

2008-02-25 Thread Robert Osfield
Hi Brian, I've looked at line line question, the addIntersection method that it uses, and your email but still can't work out what you think is going amiss - there is simply too little info to know what the problems is. Could you please obtain and stack trace from the crash and report this to

[osg-users] bug in osgManipulator example

2008-01-10 Thread Scene Maker
There is a bug in the osgManipulator example file osgmanipulator.cpp. On line 192 a local variable is created. osgUtil::LineSegmentIntersector::Intersections intersections; A member variable keeps a pointer to this variable _pointer.addIntersection(hitr-nodePath, hitr-getLocalIntersectPoint());