Browse Source

push out far clip plane to 200

tags/mesa_20090313
Brian 17 years ago
parent
commit
0abef84995
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/demos/gears.c

+ 1
- 1
progs/demos/gears.c View File

glViewport(0, 0, (GLint) width, (GLint) height); glViewport(0, 0, (GLint) width, (GLint) height);
glMatrixMode(GL_PROJECTION); glMatrixMode(GL_PROJECTION);
glLoadIdentity(); glLoadIdentity();
glFrustum(-1.0, 1.0, -h, h, 5.0, 60.0);
glFrustum(-1.0, 1.0, -h, h, 5.0, 200.0);
glMatrixMode(GL_MODELVIEW); glMatrixMode(GL_MODELVIEW);
} }



Loading…
Cancel
Save