Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created February 18, 2010 23:30
Show Gist options
  • Save swannodette/308220 to your computer and use it in GitHub Desktop.
Save swannodette/308220 to your computer and use it in GitHub Desktop.
glEnable(GL_DEPTH_TEST);
glDepthTest(GL_LEQUAL);
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
glShadeModel(GL_SMOOTH);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment