source:
Swollen/swollen/customtrackball.h
@
6
Last change on this file since 6 was 6, checked in by darran, 20 years ago | |
---|---|
File size: 182 bytes |
Line | |
---|---|
1 | |
2 | #include <project.h> |
3 | #include <osgGA/TrackballManipulator> |
4 | |
5 | class CustomTrackballManipulator : public osgGA::TrackballManipulator |
6 | { |
7 | |
8 | public: |
9 | void moveToHome(); |
10 | |
11 | protected: |
12 | |
13 | }; |
14 |
Note: See TracBrowser
for help on using the repository browser.