I’m building a program that uses weather simulation using OpenGL. I want to include Google Earth imagery with zoom and pan. Is this possible? Or can it be done the other way round, including OpenGL graphics inside Google Earth? Thanks!
I’m building a program that uses weather simulation using OpenGL. I want to include
Share
It’s not possible with Google Earth, and even if you find a way to download the data from their servers, you probably violate the usage agreements. However, you can use the Nasa World Wind SDK to embed a similar technology in your simulation. It’s open source, so even if your OpenGL code is not compatible, you can always use their streaming and preprocessing methods.