浏览代码

push out far clip plane to 200

tags/mesa_20090313
Brian 17 年前
父节点
当前提交
0abef84995
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      progs/demos/gears.c

+ 1
- 1
progs/demos/gears.c 查看文件

@@ -320,7 +320,7 @@ reshape(int width, int height)
glViewport(0, 0, (GLint) width, (GLint) height);
glMatrixMode(GL_PROJECTION);
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);
}


正在加载...
取消
保存