Rotating a model to point at a Geopoint #2284
Replies: 1 comment 2 replies
-
How are you incorporating the GeoPoint? Are you using a GeoTransform? Be careful with that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I was curious if it was possible to rotate a model that has been loaded onto OSGEarth to point to a specific Geopoint. The main issue I'm having is getting the actual model to rotate. So let's assume that the Model has been loaded and placed at a specific Geopoint. I have
which should allow me to adjust the angle. I read that I would potentially have to remove the child from the group in order to handle the traversals correctly, but was curious if what I'm doing is possible.
Beta Was this translation helpful? Give feedback.
All reactions