搜索资源列表
OpenGL-Programming-Guide-Fifth-Edition
- 官方opengl第五版编程指南,包括glsl vbo新增的功能,号称是红宝典.代码可以直接复制出来.-The fifth edition of the official opengl programming guide, including glsl vbo new features, so-called red book.
OpenGL-programming-guide-6th-edition
- 官方opengl第六版编程指南,包括glsl编程 vbo pbo等新增的功能,号称是红宝典.-The sixth edition of the official opengl programming guide, including glsl programming, such as new vbo pbo function, so-called red book.
VBO
- vbo运用的7个学习示例,帮助你学习OPENGL的运用-the example of vbo.it include 7 examples.it s useful.if you want to learn opengl it will help you
OBJ-OpenGL
- 解析obj文件和mtl文件中纹理贴图,然后用OpenGL绘图,非VBO程序!-Texture mapping, parse obj file and mtl file and then using the OpenGL graphics, non-VBO program!
Terrain
- 基于opengl的地形载入,动态天空球,还有摄像机漫游。地形载入使用了opengl的VBO扩展创建定点缓存。-Opengl terrain based on load, dynamic sky sphere, as well as the camera roaming. Opengl terrain loading of the VBO extension used to create fixed cache.
Learn-OpenGLES-Tutorials-master
- opengl es demo,灯光,vbo的使用-opengl es demo
VBO
- 运用定点数组绘制的三维图像,必须包含glew文件,适合Opengl初学者-The use of three-dimensional image rendering of point array, must include the glew file, suitable for beginners Opengl
point
- 用opengl实现了点精灵的效果,用到了VBO等功能-Use opengl achieve a point sprite effect uses VBO functions
vertexBufferObject
- opengl VBO的使用,可以学习如何使用VBO,非常基础-opengl VBO of use, you can learn how to use VBO, very basic
vaovbo渲染三角形
- 在windows平台上使用opengl进行绘图,使用vbo将顶点缓冲至gpu,再进行绘制(Drawing on the windows platform using OpenGL, using VBO to buffer the vertices to GPU, and then draw)