16 virtual bool handle(
const osgGA::GUIEventAdapter &
ea, osgGA::GUIActionAdapter &
aa)
override;
21 enum projectionType {IN_PLANE, HEIGHT};
23 void processRubberbandUpdate(osgViewer::Viewer *
viewer,
float mouseX,
float mouseY,
enum projectionType
pType,
const osg::Vec3 &
n,
const osg::Vec3 &
p);
25 bool intersectLinePlane(
const osg::Vec3 &
n,
const osg::Vec3 &
p,
const osg::Vec3 &
l1,
const osg::Vec3 &
l2, osg::Vec3 &
ip);
26 osgUtil::Intersector *createIntersector(osgUtil::Intersector::CoordinateFrame
cf,
double x,
double y);
31 osg::Vec3 lastPointInPlane;
std::string ip
Definition dllmain.cpp:89