syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Front End] - Refactoring Google's webgl-earth library #64

Closed syt123450 closed 7 years ago

syt123450 commented 7 years ago

As a developer, I want to refactoring Google's webgl-earth library, so that I can use it in our project.

syt123450 commented 7 years ago

As we have an issue to combine the google's webgl-earth with our own project, I find that it is so hard to integrate it into our project without refactoring the library. And refactoring the Google's library is such a big work, so I open a new issue to refactor it.

syt123450 commented 7 years ago

I refactored the google's library, now the google earth can use canvas to render, and I change the action of the library, we can introduce the renderer and let the library to use it, just like what we do before.

syt123450 commented 7 years ago

I write a demo "googleEarthDemo.html" in "htmlDemo" folder to show how to use it.