Hello, I created a custom class derived from osg::Geometry. Everything is displayed correctly.
However, when I use a PolytopeIntersector in my scene graph, I get a seg fault in *osgUtil::PolytopeIntersector::intersect():* * osg::Drawable::getBoundingBox() const* If I call getBoundingBox myself to my geometry child, it works fine. Why could this be happening?
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

