dataarts / webgl-globe

WebGL Globe is a platform for visualizing latitude longitude based information using WebGL.
https://experiments.withgoogle.com/chrome/globe
Other
3.59k stars 1.15k forks source link

world upside down? #30

Open mgiraldo opened 9 years ago

mgiraldo commented 9 years ago

I want to remove the constraint that prevents you from rotating the globe upside down: when you rotate to the North or South poles I want it to keep going.

Here's my current experiment: https://mgiraldo.github.io/edda-globe

I tried modifying the onMouseMove function but my geometry math wouldn't help. The specific lines of code: https://github.com/mgiraldo/edda-globe/blob/gh-pages/globe/globe.js#L321-338

mgiraldo commented 9 years ago

made this a question in Stack Overflow with a bit more detail