Moving Map #2517
-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
One way is to use tethering. If you use auto target = new GeoTransform();
target->setPosition(...);
...
Viewpoint vp = earthManip->getViewpoint();
vp->setNode(target);
earthManip->setViewpoint(vp); |
Beta Was this translation helpful? Give feedback.
-
Ok, so that kinda works. By that I mean that ownship is now in fact stationary in the centre of the display and the world moves beneath it. However, I can't drag the map about the screen though. Is there a way that this could be made possible in this mode? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I guess I don't understand what you want. |
Beta Was this translation helpful? Give feedback.
No worries, I'll make it work as is... 👍