搜索资源列表
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.
vboSimple
- 顶点缓存数组(Vertex Buffer Object)的示例程序 VBO允许把顶点数据存储在GPU缓存中,并且只传输一次,前提是有足够的内存资源可以保存这些顶点数据。 -Vertex Buffer Object(VBO) sample program VBO allows the data stored in the GPU vertex cache, and transfer only once, provided there is sufficient memory resources t
vboAdvanced
- VBO是一种用于保存顶点数据到GPU高速缓存的机制。本程序对比了开启数组缓存和关闭数组缓存时的帧速率,证明了VBO技术可以改进实时渲染效率 -VBO is used to save data to the GPU vertex cache mechanism. The program compared the open and close the array array buffer cache when the frame rate, proves VBO technology can imp
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.
vbo
- 关于VBO的简单应用,在VS2010环境下实现,通过这个程序可以快速的了解VBO的基本使用-With this program you can quickly understand the basic use of the VBO VBO simple application in VS2010 environment,
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
Sharpelementary-version-of-CG-Nvidia
- cg语言入门级程序,包含模型载入与贴图渲染,以及vbo、顶点着色器和片段着色器-cg entry-level language program, including loading model rendering with textures, as well as vbo, vertex shaders and fragment shaders
vaovbo渲染三角形
- 在windows平台上使用opengl进行绘图,使用vbo将顶点缓冲至gpu,再进行绘制(Drawing on the windows platform using OpenGL, using VBO to buffer the vertices to GPU, and then draw)