Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created February 18, 2010 23:28
Show Gist options
  • Save swannodette/308217 to your computer and use it in GitHub Desktop.
Save swannodette/308217 to your computer and use it in GitHub Desktop.
glBegin(GL_QUADS);
glVertex3f(1.0f, 1.0f, 1.0f);
glVertex3f(-1.0f, 1.0f, 1.0f);
glVertex3f(-1.0f, -1.0f, 1.0f);
glVertex3f(1.0f, -1.0f, 1.0f);
glEnd();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment