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());

When the local variable is destroyed MSVC throws an exception.

Brian
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to