Converted TerrainManipulator to use osgUtil::InterectionVisitor rather than the

old IntersectVisitor
This commit is contained in:
Robert Osfield
2008-07-04 19:16:19 +00:00
parent db57d2504e
commit e70e3a6d5d
3 changed files with 81 additions and 92 deletions

View File

@@ -84,6 +84,8 @@ class OSGGA_EXPORT TerrainManipulator : public MatrixManipulator
protected:
virtual ~TerrainManipulator();
bool intersect(const osg::Vec3d& start, const osg::Vec3d& end, osg::Vec3d& intersection);
/** Reset the internal GUIEvent stack.*/
void flushMouseEventStack();