Added debugging info for future reference (currently commented out.)

This commit is contained in:
Robert Osfield
2005-12-19 13:57:04 +00:00
parent acf198b28b
commit 7b31c2e6ac
2 changed files with 3 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ class OSGUTIL_EXPORT IntersectVisitor : public osg::NodeVisitor
* of the intersection ray set (IntersectState::_segList). */
void setEyePoint(const osg::Vec3& eye) { _pseudoEyePoint = eye; }
virtual osg::Vec3 getEyePoint() const { return _pseudoEyePoint; }
virtual osg::Vec3 getEyePoint() const;
/** Get the distance from a point to the eye point, distance value in local coordinate system.