Hi Olivier, On Tue, May 18, 2010 at 7:36 AM, Olivier Martinaud <[email protected]> wrote: > Actually I had tried IntersectionVisitor before. I had the same problem, > which is why I switched to IntersectVisitor.
IntersectVisitor is deprecated and is only kept for backwards compatibility. The fact that both are crashing for you and neither of these classes don't crash for thousands of other developers that use them day in day out suggests to me either: 1) Corrupted build for some reason 2) Corrupted data for some reason. I'm not a windows programmer so can't comment on the build side. If you have a chance try out a build on an easier OS to get things building reliably such as Linux, VS throws it's own complications in developing C++ applications that haunt all VS users. As for the data, if you can test osgpick example against the standard OpenSceneGraph-Data models that everyone else has access to then you can at least check to see if might be a corrupted data issue. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

