Login  Register

Re: follow-up course on JOGL

Posted by Manuel on Jan 03, 2012; 1:39pm
URL: https://forum.jogamp.org/follow-up-course-on-JOGL-tp3608394p3629042.html


Yes, I would be very interested in your report on gimbal lock.

> If a student tried to use your approach in a more general case to rotate
> a given object close to any singularity, he would have some gimbal lock.

That is precisely the point, my approach is by no way meant to be general. It simply relies on the assumption that we have an animation with yaw, pitch, roll rotations of at most a few degrees per time step. So the 3 rotation axes remain pretty much orthogonal and we remain far from any singularity.

Again, that is not meant to be general but to me the assumption seems reasonable within the framework of an animation.