Advertisement

Missing Code in Lesson Two (either that, or I'm a moron)

Started by August 28, 2001 08:47 PM
1 comment, last by Akido 23 years, 5 months ago
I think this code is missing from lesson two: glMatrixMode(GL_PROJECTION); // Select The Projection Matrix glLoadIdentity(); // Reset The Projection Matrix // Calculate The Aspect Ratio Of The Window gluPerspective(45.0f,(GLfloat)width/(GLfloat)height,0.1f,100.0f); glMatrixMode(GL_MODELVIEW); // Select The Modelview Matrix glLoadIdentity(); // Reset The Modelview Matrix
Akidohttp://www.ru3.cc
Nevermind, I''m a moron!
Akidohttp://www.ru3.cc
Advertisement
You said it..... not me.

------------------------------
Trent (ShiningKnight)
E-mail me
Shining Darkness- A division of Chromesphere Studios

This topic is closed to new replies.

Advertisement