
OpenGL
文章平均质量分 69
itroy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2D Drawing in OpenGL
From:http://basic4gl.wikispaces.com/2D+Drawing+in+OpenGL OpenGL was designed primarily as a 3D graphics library, but it can be used for 2D drawing as well. This tutorial will show you the cleanest an原创 2008-10-21 16:57:00 · 1243 阅读 · 0 评论 -
Basics of GLUT: The OpenGL Utility Toolkit
This appendix describes a subset of Mark Kilgards OpenGL Utility Toolkit (GLUT), which is fully documented in his book, OpenGL Programming for the X Window System (Reading, MA: Addison-Wesley Develop原创 2008-10-21 13:34:00 · 565 阅读 · 0 评论 -
Animate with Glut
Use glutIdleFunc, we can set the function to ran all the time! To calculate the increment to animate! I think glut is enough for my task. So just use glut, dont look for other things! Go and start原创 2008-10-21 13:39:00 · 440 阅读 · 0 评论 -
OpenGL Environment
2.060 What do I need to compile and run OpenGL programs? The following applies specifically to C/C++ usage. To compile and link OpenGL programs, youll need OpenGL header files and libraries. To ru原创 2008-10-21 13:36:00 · 411 阅读 · 0 评论 -
Start using OpenGL in VS2005
Download glut related files, use dll and lib is easy. [glutdlls37beta.zip] Follow the table below, check whether those files are there or not. File Location gl.h原创 2008-10-21 13:38:00 · 334 阅读 · 0 评论