Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: S4pphire

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    121

    Re: glRotate Question

    Thanks! So then there's no way to keep the axes in global coordinates while rotating an object?
  2. Replies
    2
    Views
    121

    glRotate Question

    I have a question about using glRotate: Say I want to rotate an object by 180 degrees about the coordinate system x-axis and then 180 about the coordinate system y-axis. It seems that when I do this,...
  3. Replies
    4
    Views
    199

    Re: Updating array of vertex coordinates

    Yes, I would be using the built-in transform functions like glTranslate, glRotate, and glScale. The reason I need to know the updated coords of the vertices is that I will be doing things based on...
  4. Replies
    4
    Views
    199

    Updating array of vertex coordinates

    I have an array of vertex coordinates and I'm using it in conjunction with glVertexPointer to draw a 2d shape. What I'm trying to figure out is, after applying a transformation such as reposition or...
Results 1 to 4 of 4