13 #include <osgUtil/LineSegmentIntersector>
24 :
public osgUtil::LineSegmentIntersector
29 const osg::Camera* camera);
32 const osg::Camera* camera);
39 virtual bool enter(
const osg::Node& node );
41 virtual Intersector* clone( osgUtil::IntersectionVisitor& iv );
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtOsgCullVisitorParameters myInfo
Definition: DtOsgLineSegmentIntersector.h:44
const osg::Camera * myCamera
Definition: DtOsgLineSegmentIntersector.h:46
osg::Vec3 myEye
Definition: DtOsgLineSegmentIntersector.h:45
The osg cull vistor parameters class provides additional culling and intersector parameters for choos...
Definition: DtOsgCullVisitorParameters.h:44
Line Segment Intersector that handles vantage-specific issues such as scaled models.
Definition: DtOsgLineSegmentIntersector.h:23
DtDe & myDe
Definition: DtOsgLineSegmentIntersector.h:48
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains the makVrv::DtOsgCullVisitorParameters class. Visual mode information is set into the camera...