source: Swollen/swollen/customtrackball.h @ 6

Last change on this file since 6 was 6, checked in by darran, 19 years ago

new import

File size: 182 bytes
Line 
1
2#include <project.h>
3#include <osgGA/TrackballManipulator>
4
5class CustomTrackballManipulator : public osgGA::TrackballManipulator
6{
7
8public:
9    void moveToHome();
10
11protected:
12
13};
14
Note: See TracBrowser for help on using the repository browser.