dataarts / webgl-globe

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

Auto Rotate #62

Closed andrewchumchal closed 7 years ago

andrewchumchal commented 7 years ago

Dose any one known a way to auto rotate the globe with out using the mouse. Like have Rotations per minute or something like that?

andrewchumchal commented 7 years ago

I found a way to do it. Just add target.x += 0.005; to the start of the function render()

Thanks