Model rotation #129
Answered
by
gwaldron
GaussGun3000
asked this question in
Q&A / Support
Model rotation
#129
-
Beta Was this translation helpful? Give feedback.
Answered by
gwaldron
Aug 11, 2025
Replies: 1 comment 2 replies
-
You probably need to set xform.topocentric = true; This sets whether the coordinate system at the point is a local tangent plane to the earth (topocentric=true) or just a global translation (false). The default for this changed at some point; I suspect that is the issue. Hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GaussGun3000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably need to set
xform.topocentric = true;
This sets whether the coordinate system at the point is a local tangent plane to the earth (topocentric=true) or just a global translation (false).
The default for this changed at some point; I suspect that is the issue. Hope this helps.