1
Graphics / Disappearing triangle
« on: April 29, 2011, 09:31:36 pm »
Fixed.
Forgot to add this stuff.
Forgot to add this stuff.
Code: [Select]
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
gluPerspective(90.f, 1.f, 1.f, 500.f);
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();