Hi,

I am trying to rewrite this tutorial with OSG 2.8.0 and running into some minor 
issues with outdated version in the tutorial.

While trying to rewrite this part:


> osgUtil::IntersectVisitor findTankElevationVisitor;
>    findTankElevationVisitor.addLineSegment(tankLocationSegment);
>    terrainNode->accept(findTankElevationVisitor);
> 


Somehow VS doesnt seem to prompt the addLineSegment function to the 
osgUtil::IntersectorVisitor.

How do I add a line segment to an IntersectionVisitor? Am I missing some 
obvious header file?

Thank you!

Cheers,
John

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=27867#27867





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to