This is just my personal preference, but I believe the naive implementation is miles ahead of the improved ones. The improved version needs at least two movements to go to the other side of the world, doesn't follow the rotation if the cursor is too fast and worse than all, performs a gamma rotation for each non-equatorial point of the sphere. Since we have two degrees of freedom on the screen, I expect to use them t…
Rotate the world
21–30 of 74 posts
Re: Rotate the world
#22Firefox you're breaking my heart. This performs terribly in FF, fine in Chrome.
Re: Rotate the world
#23Isn't this also called "Arcball rotation"? The biggest advantage over the naïve implementation is no un-intuitive "sideways" rotation after a few sequences of rotation.
To give an example, rotate both the unimproved and improved globes so you're facing Antarctica dead on. Then try dragging left and right. The improved is far more intuitive to me at this point.
Re: Rotate the world
#24Firefox you're breaking my heart. This performs terribly in FF, fine in Chrome.
Re: Rotate the world
#25Anyone else tried this on Linux? On Mint 15 and Ubuntu 13.04 FF25 is has >1 second lag. Chrome 30 is fine.
Re: Rotate the world
#26Try putting γ=23º in the Euler angles and rotate the earth with λ.
Re: Rotate the world
#27I have a couple of questions, and I'm unfamiliar with the Javascript frameworks so I struggle a bit to find the answers in the source: Are the globes drawn with perspective? And can it suffer from gimbal lock?
Re: Rotate the world
#28I have a couple of questions, and I'm unfamiliar with the Javascript frameworks so I struggle a bit to find the answers in the source: Are the globes drawn with perspective? And can it suffer from gimbal lock?
The globes are projected orthographically. There is no perspective.
Re: Rotate the world
#29Firefox you're breaking my heart. This performs terribly in FF, fine in Chrome.
Re: Rotate the world
#30Firefox you're breaking my heart. This performs terribly in FF, fine in Chrome.
As an experiment, I'm testing FF for a week, and a friend is testing chrome, this definitely goes in the against list.