计算机图形学
xlvector
heihei
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GLUT Tutorial 3 : Preparing the window for a reshape
Download the following VC project (glut0.zip) and run it. Youll see two windows: a console window and the OpenGL window. Now resize the window so that the height no longer matches the width. The tria转载 2006-03-28 15:18:00 · 1466 阅读 · 0 评论 -
GLUT Tutorial : Setup
下面的一些文档转载自http://www.lighthouse3d.com/opengl/tutorials.shtml 感觉不错,贴出来,做个储备吧GLUT stands for OpenGL Utility Toolkit. Mark J. Kilgard, to enable the construction of OpenGL applications that are truly w转载 2006-03-28 15:15:00 · 1607 阅读 · 0 评论 -
GLUT Tutorial : Initialization
In this section were going to build the main function of our application. The main function will perform the required initializations and start the event processing loop. All the functions in GLUT ha转载 2006-03-28 15:16:00 · 1317 阅读 · 0 评论 -
Progressive Mesh Algorithm based on HalfEdge Mesh Structure
Abstract:When storing, rendering, transmitting highly detailed mesh models, we may meet difficulty like slow speed or poor quality. In order to solve these problems, Hoppe introduced Progressive Mes原创 2006-11-09 09:17:00 · 3323 阅读 · 3 评论
分享