Replies: 1 comment
-
You should be using Camera transitions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a satellite simulation that requires the earth to be rotated (only worried about rotation about the polar axis i.e. longitude only), controlled by a time slider.
I have a GlobeView layer with a number of GeoJsonLayers to create the earth model. When the simulation time changes I calculate how much the earth should be rotated and perform the rotation by shifting the longitude of every point in the geoJsons by that value. It works but is very slow considering the simulation time updates ~20 times/s.
Is there a faster way to achieve the same effect?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions