OpenGL
冰霜icefrost
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
OpenGL 相关文章收集
1, VBO与VAOhttp://www.zwqxin.com/archives/opengl/vao-and-vbo-stuff.html2, 学一学VBOhttp://www.zwqxin.com/archives/opengl/learn-vbo.html3, 在XCode中使用OpenGL ES的例子教程http://www.cnblogs.com/an原创 2013-04-14 21:21:38 · 616 阅读 · 0 评论 -
在VC中使用OpenGL
5, 参考例子http://www.cs.uregina.ca/Links/class-info/315/WWW/Lab1/MFC/ 英语http://mail2.nara-edu.ac.jp/~asait/open_gl/mfc1/mfc1.htm 日语原创 2013-12-05 11:02:47 · 1365 阅读 · 0 评论 -
OpenGL 学习笔记(1)
1, glLoadIdentity 坐标系复位,当前矩阵变为单位矩阵。原创 2014-02-07 11:42:50 · 915 阅读 · 0 评论 -
常用OpenGL Shader 脚本
Listing 9.33 Orthographic matrix projectionmat4 OrthoMatrix( const in float left, const in float right,const in float bottom, const in float top,const in float zNear, const in float zFar ){vec3 delta原创 2014-02-14 13:52:17 · 2304 阅读 · 0 评论
分享