Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
51210fc3
Commit
51210fc3
authored
Dec 15, 2010
by
Mariano Lizarraga
Browse files
Merge branch 'experimental' of git@github.com:pixhawk/qgroundcontrol into mergeRempte
parents
870ad6de
1c61eec8
Changes
3
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pri
View file @
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
...
...
src/ui/map3D/GCManipulator.cc
View file @
51210fc3
...
...
@@ -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
;
...
...
src/ui/map3D/QMap3D.cc
View file @
51210fc3
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment