Clean up to the osgProducer lib and demo.
This commit is contained in:
@@ -45,6 +45,11 @@ public:
|
||||
*/
|
||||
void addNumberedCameraManipulator(CameraManipulator *cm);
|
||||
|
||||
unsigned int getNumCameraManipualtors() const { return _manips.size(); }
|
||||
|
||||
void selectCameraManipulator(unsigned int num);
|
||||
|
||||
|
||||
CameraManipulator* getCurrentCameraManipulator() { return _current.get(); }
|
||||
|
||||
const CameraManipulator* getCurrentCameraManipulator() const { return _current.get(); }
|
||||
|
||||
Reference in New Issue
Block a user