[PyOpenGL-Devel] [ pyopengl-Bugs-636052 ] rotations around center
Brought to you by:
mcfletch
|
From: <no...@so...> - 2002-11-09 23:42:17
|
Bugs item #636052, was opened at 2002-11-09 15:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=636052&group_id=5988 Category: Context Group: OpenGLContext v1.0 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Mike C. Fletcher (mcfletch) Summary: rotations around center Initial Comment: transform.py Transform class transform method rotation needs to come above center and transform for rotations around center to work as intended. def transform( self ): ''' Perform the actual alteration of the current matrix ''' if self.rotation: apply(glRotatef, self.rotation ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=636052&group_id=5988 |