[PyOpenGL-Users] [ pyopengl-Feature Requests-457330 ] Quaternion SLERP
Brought to you by:
mcfletch
From: SourceForge.net <no...@so...> - 2011-12-12 08:32:53
|
Feature Requests item #457330, was opened at 2001-08-31 10:51 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355988&aid=457330&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v2.1 Status: Closed Resolution: Accepted Priority: 4 Private: No Submitted By: Mike C. Fletcher (mcfletch) Assigned to: Mike C. Fletcher (mcfletch) Summary: Quaternion SLERP Initial Comment: Would be nice to have a Quaternion SLERP function such that firstQuat.SLERP( secondQuat, fraction) would return the appropriate Quaternion representing the fractional rotation between the two Quaternions. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-12-12 00:32 Message: ubAYMQ <a href="http://bdeydcoijuan.com/">bdeydcoijuan</a>, [url=http://kmppdxtqjgox.com/]kmppdxtqjgox[/url], [link=http://rygeiwpqancm.com/]rygeiwpqancm[/link], http://uerdbofopiwu.com/ ---------------------------------------------------------------------- Comment By: Mike C. Fletcher (mcfletch) Date: 2002-01-15 19:08 Message: Logged In: YES user_id=34901 Implemented in OpenGLContext/quaternion.py as method Quaternion.slerp(other, fraction, minimalStep) from code in Gamasutra article. ---------------------------------------------------------------------- Comment By: Mike C. Fletcher (mcfletch) Date: 2002-01-15 19:07 Message: Logged In: YES user_id=34901 Implemented in OpenGLContext/quaternion.py as method Quaternion.slerp(other, fraction, minimalStep) from code in Gamasutra article. ---------------------------------------------------------------------- Comment By: Mike C. Fletcher (mcfletch) Date: 2002-01-15 19:06 Message: Logged In: YES user_id=34901 Implemented in OpenGLContext/quaternion.py as method Quaternion.slerp(other, fraction, minimalStep) from code in Gamasutra article. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355988&aid=457330&group_id=5988 |