-
OpenGL实现三角锥绘制
绘制三角形时,要用到顶点缓存(VBO)的知识。个人感觉,这部分已经是GL比较中级的知识了。所以这里不做详细解释,也不拿VBO和顶点数组(VA)和显示列表作对比。我觉得,像GL这种实践性很强的技术,还是先动手把效果实现了再说。《OpenGL超级宝典》之所以提供GLTools 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-13 06:16:16下载
- 积分:1
-
太阳系非常华丽的用opengl设计
太阳系非常华丽的用opengl设计 -taiyangxi
- 2022-03-26 03:40:04下载
- 积分:1
-
迷你蛇 3d
在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!在这个游戏中,你可以和一条蛇玩,可以让你玩 !!!
- 2022-02-27 06:59:47下载
- 积分:1
-
A card deck
此程序使用列表框来显示牌组中的牌和手中的牌。下一个版本将介绍类似于Windows操作系统附带的纸牌和红心游戏中使用的牌图形;
- 2022-02-03 12:12:56下载
- 积分:1
-
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!...
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!-use opengl generate topographic surface and can use the keyboard to control the roaming effect. This procedure is very valuable, and the production was very good!
- 2023-05-15 08:50:03下载
- 积分: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
-
基于mfc的opengl创建
本人基于VS2010在mfc的对话框下,进行opengl程序的编写,三维视图的建立,代码亲测有效
- 2023-06-08 17:00:09下载
- 积分:1
-
put CStatic converted into Class CStaticGL category, for the use of OpenGL dialo...
把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each model component increased textures.
- 2022-01-25 22:47:52下载
- 积分:1
-
使用OpenGL行程序
#include #include #include #include #include#define INCR 1#define DECR -1#define PREDX 1#define PREDY 0int dx,dy,e,e_inc,e_noinc;int main(void){ int xa,ya,xb,yb,i;
- 2022-10-11 09:55:03下载
- 积分:1
-
opengl简单的入门例子,初学者的入门例子
opengl简单的入门例子,初学者的入门例子-Introduction to simple opengl example, the entry examples for beginners
- 2022-02-06 05:24:09下载
- 积分:1