5 namespace Visualization
13 osg::ref_ptr<osgViewer::Viewer> m_osgViewer;
14 osg::ref_ptr<osg::Viewport> m_osgViewport;
16 osgManipulator::Dragger *m_osgActiveDragger;
17 osgManipulator::PointerInfo m_osgManipInfo;
19 virtual void EndGripDrag();
22 void pick(
const osgGA::GUIEventAdapter& ea, GUIActionAdapter& aa);
25 VsDraggerHandler(Simulator *lpSim, osgViewer::Viewer *osgViewer, osg::Viewport *osgViewport = NULL);
29 virtual bool handle(
const GUIEventAdapter& ea,GUIActionAdapter& us);
virtual bool handle(const GUIEventAdapter &ea, GUIActionAdapter &us)
Classes for implementing the cm-labs vortex physics engine for AnimatLab.