[PyOpenGL-Users] Re: [PyOpenGL-Devel] rotation problem
Brought to you by:
mcfletch
From: <dri...@ya...> - 2003-11-17 08:33:58
|
hi, thanks a lot for help! i tried using the glPushMatrix() and glPopMatrix() as suggested by the examples, but the coordinate system still seems to rotate. like when i rotate at initial position along x and y the rotation seems to be proper, but now after doing so if i rotate along z then my z axis seems to have changed ... giving a feeling that the coordiante system has changed? also is there a way to get the updated coordinates of the rotated object? regards "Mike C. Fletcher" <mcf...@ro...> wrote: You'll want to push and pop a matrix stack to do rotation. You can find demo code for glPushMatrix linked here: http://pyopengl.sourceforge.net/documentation/manual/glPushMatrix.3G.xml BTW, most OpenGL tutorials, such as the red book or NeHe will cover matrix-stack manipulations. HTH, Mike Drishti Integra wrote: > hi, > > i am a newbee to pyopengl. > would be very kind if any one can guide me for the following: > > i am trying to rotate a few objects using glRotate(). but this seems > to rotate the whole coordinates system as well as any lightings i have > used. is there a way to rotate only objects and not the coordinate > system and lights. > > thanks and regards _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now. |