-
2048+OpenGL 游戏源码
使用C语言写的2048小游戏,绘图使用了OpenGL图形接口,VC环境下开发,有C语言基础的都能够整明白,可以作为学习之用,欢迎下载。
- 2022-02-21 03:46:51下载
- 积分:1
-
opengl Programming Guide
opengl编程指南-opengl Programming Guide
- 2022-01-28 06:54:16下载
- 积分:1
-
an Open GL demo
an Open GL demo
- 2022-07-25 22:23:16下载
- 积分:1
-
OpenGL中产生烟雾的效果,适合有一定基础的开发者
OpenGL中产生烟雾的效果,适合有一定基础的开发者-OpenGL effects of smoke generated, suitable for developers who have some basic
- 2022-03-24 04:14:17下载
- 积分:1
-
OpenGL程序实例
Examples of opengl program
- 2022-04-19 11:20:30下载
- 积分:1
-
nehe
nehe-opengl(21-25)
- 2022-05-15 08:57:32下载
- 积分:1
-
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。...
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。-Delphi environment to achieve particle system based on OpenGL, a fountain, Star, waterfalls and other natural landscape.
- 2022-08-02 10:40:55下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
opengl示例程序
此程序按键盘a和r可以切换不同效果,用来测试深度OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口的规格,它用于三维图象(二维的亦可)。OpenGL是个专业的图形程序接口,是一个功能强大,调用方便的底层图形库。
- 2023-03-26 15:50:03下载
- 积分:1
-
glew 源代码
OpenGL扩展牧马人库(GLEW)是一个跨平台的开源的C / C++的扩展装载库。 GLEW提供了高效的运行时的机制,用于确定哪些OpenGL扩展是在目标平台上的支持。
- 2022-05-06 14:04:33下载
- 积分:1