N-Chaos
03-13-2000, 01:47 PM
I have a little problem with OpenGl. I know how to make quads, i generally
use this to write a quad...
glBegin(GL_QUADS);
glVertex3f(1.0f,1.0f,1.0f);
etc....
etc....
etc....
glEnd();
I think its just me misundestanding the vertex system here. How do the graphs
plot. I thought I read counterclockwise at one point, but I really don't
know which way I want to place the vertex's.
Thanks
N-Choas
use this to write a quad...
glBegin(GL_QUADS);
glVertex3f(1.0f,1.0f,1.0f);
etc....
etc....
etc....
glEnd();
I think its just me misundestanding the vertex system here. How do the graphs
plot. I thought I read counterclockwise at one point, but I really don't
know which way I want to place the vertex's.
Thanks
N-Choas