gramods
Loading...
Searching...
No Matches
OSGCameraAdaptor.hh
1
2#ifndef GRAMODS_TOUCH_OSGCAMERAADAPTOR
3#define GRAMODS_TOUCH_OSGCAMERAADAPTOR
4
5#include <gmTouch/config.hh>
6
7#ifdef gramods_ENABLE_OpenSceneGraph
8
9#include <osg/Camera>
10
11#include <gmTouch/TouchState.hh>
12
13BEGIN_NAMESPACE_GMTOUCH;
14
32
33public:
34
53 bool setCurrentProjection(osg::Camera * camera);
54
55};
56
57END_NAMESPACE_GMTOUCH;
58
59#endif
60#endif
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