Google Earth-style zooming
Hey everyone,
I am trying to create a Google Earth-style application and everything works, except for when I zoom out, I want it to zoom out to an Earth-sphere. I display all my tiles on a plane that I created. Can I bend the plane somehow or do I need to create a sphere and then texture it?
Thanks in advance!
Answer by yared0319 · Nov 16, 2016 at 10:17 PM
If you want to know how GIS applications like Google Earth do it, take a look at osgEarth's source code. It's an open source "whole earth" terrain/tile engine that starts as a sphere, but adds more and more detail to the part of the mesh viewable by the camera as you zoom in. Would be quite a project to implement, but it's a great and robust way to do it.
Your answer
Follow this Question
Related Questions
I want to change the coordinates of the plane to the sphere. 0 Answers
Is there a way I can morph a plane over a sphere while it has animations? 0 Answers
How to create a stable plane on a rolling ball,How to create a stable plane on rolling ball? 0 Answers
How to make the correct rotation of a hexagon tile on spheric grid ? 0 Answers
RIgidbody sphere falls through plane 2 Answers