2#ifndef GRAMODS_TOUCH_OSGCAMERAADAPTOR
3#define GRAMODS_TOUCH_OSGCAMERAADAPTOR
5#include <gmTouch/config.hh>
7#ifdef gramods_ENABLE_OpenSceneGraph
11#include <gmTouch/TouchState.hh>
13BEGIN_NAMESPACE_GMTOUCH;
53 bool setCurrentProjection(osg::Camera * camera);
Camera adaptor for OSG, providing means to set the projection matrix of TouchState by providing an OS...
Definition OSGCameraAdaptor.hh:31
Base type for camera adaptors providing means to input camera data from different scenegraph or graph...
Definition TouchState.hh:358