calumr
03-08-2001, 10:59 AM
To simplify my question - is there any way to draw some of the vertexes in a tri/quad, and then call glRotatef before the primitive is finished, to change the positions of the last vertexes.
For example, can I draw the bottom 2 vertexes in a flat quad, and then rotate x degrees using glRotatef, draw the last 2 vertexes, so now the quad is no longer flat?
This could be done using custom transform routines, but I can't be arsed. I would rather have OpenGL do it.
For example, can I draw the bottom 2 vertexes in a flat quad, and then rotate x degrees using glRotatef, draw the last 2 vertexes, so now the quad is no longer flat?
This could be done using custom transform routines, but I can't be arsed. I would rather have OpenGL do it.