Add a rotation prop (PropType.number) that controls the Globes rotation animation. The rotation value is a simple multiplier where 1 is one rotation in 24 hours, 2 is 2x, etc.
- a value of 0 is no rotation (default)
- values > 0 rotate the globe in the normal direction
- values < 0 rotate the opposite direction
- a value of 1 rotates one rotation in 24 hours
Add a rotation prop (PropType.number) that controls the Globes rotation animation. The rotation value is a simple multiplier where 1 is one rotation in 24 hours, 2 is 2x, etc.