Added support for gather information on which vertices have been intersected with.

This commit is contained in:
Robert Osfield
2003-04-25 13:47:33 +00:00
parent 84fb15717d
commit 89b1365b2b
3 changed files with 76 additions and 22 deletions

View File

@@ -39,8 +39,8 @@ public:
_lineSegment = new osg::LineSegment;
_lineSegment->set(nr,fr); // make a line segment
std::cout<<"near "<<nr<<std::endl;
std::cout<<"far "<<fr<<std::endl;
//std::cout<<"near "<<nr<<std::endl;
//std::cout<<"far "<<fr<<std::endl;
addLineSegment(_lineSegment.get());