Removed remaining dependancies on osg::Camera.
This commit is contained in:
22
src/osgGA/MatrixManipulator.cpp
Normal file
22
src/osgGA/MatrixManipulator.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#include <osg/GL>
|
||||
#include <osg/Matrix>
|
||||
#include <osgGA/MatrixManipulator>
|
||||
|
||||
using namespace osg;
|
||||
using namespace osgGA;
|
||||
|
||||
MatrixManipulator::MatrixManipulator()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
MatrixManipulator::~MatrixManipulator()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool MatrixManipulator::handle(const GUIEventAdapter&,GUIActionAdapter&)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user