|
|
|
|
|
by sigmoid10
730 days ago
|
|
For interactive navigation on a sphere (remember, this is just a sphere looked at from the inside) you actually want absolute euler angle based rotations, otherwise compound rotations around any closed loop on the sphere's surface will change the orientation of the camera and make further navigation extremely confusing. Source: many years spent designing 3d applications. Also, Google Earth and every other major app do it the same way. |
|