vasturiano / react-globe.gl

React component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/react-globe.gl/example/world-population/
MIT License
904 stars 156 forks source link

Defining speed of auto rotation #158

Closed idjuradj closed 1 year ago

idjuradj commented 1 year ago

Can someone clarify to me in which units is the autoRotateSpeed? For example, if I want one full rotation of the globe in 10 seconds, what value should I set the autoRotateSpeed to?

duytk7 commented 1 year ago

You can check here in the OrbitControls @idjuradj

idjuradj commented 1 year ago

This should solve my question. Thanks! @duytk7