
English
mvpsendoh
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
reading note of Opengl Programming Guide --part 1
1.OpenGL is a software interface to graphics hardware. Opengl是对图形硬件的软件接口 2.OpenGL is designed as a streamlined, hardware-independent interface to be implemented on many different hardware pla原创 2011-10-25 23:44:15 · 473 阅读 · 0 评论 -
reading note of Opengl Programming Guide --part 3
1.For all OpenGL applications, you want to include the OpenGL header files in every file. Many OpenGL applications may use GLU, the aforementioned OpenGL Utility Library, which requires inclusion of原创 2011-10-26 22:23:07 · 808 阅读 · 0 评论 -
glViewport() API
Name glViewport — set the viewport C Specification void glViewport( GLint x, GLint y, GLsizei width, GLsizei height); Parameters x,y翻译 2011-10-28 22:20:37 · 602 阅读 · 0 评论 -
something interesting
1.you may seem like drinking water out of a fire hose. 意思是短時間內突然要吸收很多的知識 2.a computer-game aficionado 电脑游戏酷爱者 3.advance to 推到 来到 发展到 4.vice versa 反过来也一样 5.in addition to 除了...之外 6.what these v原创 2011-10-26 17:49:48 · 418 阅读 · 0 评论 -
reading note of Opengl Programming Guide --part 4
1.At the highest level of abstraction, thereare three basic drawing operations: clearing the window, drawing ageometric object, and drawing a raster object. 从最高层次的抽象来讲,有三种基本绘画操作:清屏,绘制几何物体,绘制光栅物体。原创 2011-10-27 21:52:52 · 423 阅读 · 0 评论 -
reading note of Opengl Programming Guide --part 5
1.Describing Points, Lines, and Polygons 描述点,线和多边形 OpenGL works in the homogeneous coordinates of three-dimensional projective geometry, so for internal calculations, all vertices are represente原创 2011-10-29 21:42:35 · 648 阅读 · 0 评论 -
glEdgeFlag() API
Name glEdgeFlag — flag edges as either boundary or nonboundary C Specification void glEdgeFlag( GLboolean flag); Parameters flag : Specifies the current edge flag value, either GL_TRUE or翻译 2011-10-31 19:04:38 · 1382 阅读 · 0 评论 -
reading note of Opengl Programming Guide --part 6
1.Polygon Details (1)Polygons as Points, Outlines, or Solids void glPolygonMode(GLenum face, GLenum mode); Controls the drawing mode for a polygon’s front and back faces. The parameter face can be原创 2011-10-31 22:23:03 · 482 阅读 · 0 评论 -
stop update reading notes of opengl programming guide
hi guys.i am sorry that i will stop update the sequence of articles ,cause recently time is limited..i had bought a translated version to read.原创 2011-11-01 18:01:56 · 425 阅读 · 0 评论