Where's setTetherNode in osgEarth2.10? #1839
Answered
by
gwaldron
MRdesperado1
asked this question in
Support Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
gwaldron
Oct 22, 2021
Replies: 1 comment 3 replies
-
To lock the camera on a node, create an |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gwaldron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To lock the camera on a node, create an
osgEarth::Viewpoint
and callsetNode
. Then callEarthManipulator::setViewpoint
to apply the viewpoint.