source: Swollen/swollen/customviewer.h @ 6

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

new import

File size: 390 bytes
Line 
1
2#include <project.h>
3#include <osgProducer/Viewer>
4#include "customtrackball.h"
5
6
7class CustomViewer : public osgProducer::Viewer
8{
9
10public:
11    CustomViewer(osg::ArgumentParser& arguments);
12    void setUpViewer(unsigned int options=STANDARD_SETTINGS);
13    virtual CustomTrackballManipulator* getTrackball(){return _trackball;}
14
15protected:
16    CustomTrackballManipulator* _trackball;
17
18};
19
Note: See TracBrowser for help on using the repository browser.