Commit a7688a04 authored by Mariano Lizarraga's avatar Mariano Lizarraga

Merge branch 'mergeRempte' into experimental

parents a07656f3 51210fc3
......@@ -158,6 +158,7 @@ linux-g++ {
QMAKE_POST_LINK += cp -rf $$BASEDIR/audio $$DESTDIR/.
INCLUDEPATH += /usr/include \
/usr/local/include \
/usr/include/qt4/phonon
# $$BASEDIR/lib/flite/include \
# $$BASEDIR/lib/flite/lang
......
......@@ -254,10 +254,10 @@ GCManipulator::calcMovement(void)
if (buttonMask == GUIEventAdapter::LEFT_MOUSE_BUTTON)
{
// rotate camera
#ifdef __APPLE__
osg::Vec3d axis;
#else
#ifdef __WIN32__
osg::Vec3 axis;
#else
osg::Vec3d axis;
#endif
float angle;
......
......@@ -39,7 +39,7 @@ QMap3D::QMap3D(QWidget * parent, const char * name, WindowFlags f) :
QWidget(parent,f)
{
setupUi(this);
graphicsView->setCameraManipulator(new osgEarthUtil::EarthManipulator);
graphicsView->setCameraManipulator(new osgEarth::Util::EarthManipulator);
graphicsView->setSceneData(new osg::Group);
graphicsView->updateCamera();
show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment