source:
Swollen/swollen/customviewer.h
@
62
Last change on this file since 62 was 6, checked in by darran, 20 years ago | |
---|---|
File size: 390 bytes |
Line | |
---|---|
1 | |
2 | #include <project.h> |
3 | #include <osgProducer/Viewer> |
4 | #include "customtrackball.h" |
5 | |
6 | |
7 | class CustomViewer : public osgProducer::Viewer |
8 | { |
9 | |
10 | public: |
11 | CustomViewer(osg::ArgumentParser& arguments); |
12 | void setUpViewer(unsigned int options=STANDARD_SETTINGS); |
13 | virtual CustomTrackballManipulator* getTrackball(){return _trackball;} |
14 | |
15 | protected: |
16 | CustomTrackballManipulator* _trackball; |
17 | |
18 | }; |
19 |
Note: See TracBrowser
for help on using the repository browser.