Using 2D and 3D views with CompositeViewer #1831
Replies: 1 comment 4 replies
-
It appears that each map must be specified in its own earth file so that question has been answered... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After doing some prototyping with using multiple views with the CompositeViewer, we've decided to expand our application to support the multiview paradigm. However, I do have some questions moving forward...
We would like to display a 2D projected environment (spherical mercator) in one view and a 3D geocentric (wgs84) of the same environment in another view.
One obvious question is, can I share the same scenegraph or map node or do this or do I need to use two different scenegraphs or map nodes to do this efficiently? One for the 2D projected view and another for the 3D view? It appears that I am able to display wgs84 maps with a map type of "spherical mercator" but it is very slow loading probably due to the fact that it must reproject the maps during runtime.
If I must use two different map nodes for the projected 2D and geocentric 3D views, can I define two different map nodes in an earth file or do I need to use two different earth files?
If someone can give me feedback on the best, most efficient way forward in accomplishing the task, I'd appreciate it...
Shayne
Beta Was this translation helpful? Give feedback.
All reactions