Hi All, The ease the development and maintenance of the new intersector classes I have moved the various concrete implementations of the new osg::Intersector into their own header/and source files.
include/osgUtil/LineSegmenetIntersector include/osgUtil/PlaneIntersector include/osgUtil/PolytopeIntersector src/osgUtil/LineSegmenetIntersector.cpp src/osgUtil/PlaneIntersector.cpp src/osgUtil/PolytopeIntersector.cpp The include/osgUtil/IntersectorVisitor no longer contains any references to these classes so you'll now need to include them explicitly. I have updated the unix makefiles and VS projects to account for the above change, everything works fine for me under unix, but am not able to test the VS side. The Xcode projects will also now need updating, but since the files are really human maintainable I'll have to defer to OSX guru's to udpate the XCode projects. Let me know if there are any problems, Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
