-
OpenGL 虚拟地景生成系统
OpenGL 虚拟地景生成系统,比较简单,初学
- 2023-01-31 21:50:04下载
- 积分:1
-
opengl喷泉代码
基于VC6.0结合OpenGL 做出喷泉的效果,非常逼真,可以实现场景漫游,一共有7中喷泉模式,采用贴图技术,使画面更加漂亮,采用雾化技术,模拟了水落入池中的涟漪,还在动画过程中,插入了配音,非常适合OpenGL动画的学习。
- 2022-03-29 07:39:53下载
- 积分:1
-
一款简单的游戏,运作很简单,很容易上手
老少都很实用
一款简单的游戏,运作很简单,很容易上手
老少都很实用-very good not
- 2022-05-19 18:23:31下载
- 积分:1
-
这是一个演示OpenGL
this a demo for opengl
- 2022-06-21 12:54:57下载
- 积分:1
-
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requi...
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
-This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
- 2022-05-21 13:13:51下载
- 积分:1
-
mfc development of the OpenGL code examples
mfc开发的OPENGL代码实例-mfc development of the OpenGL code examples
- 2022-03-28 17:05:13下载
- 积分:1
-
这个基本的应用模板,我用我的OpenGL应用程序创建
This the basic application template that I use to create my OpenGL applications-This the basic application template tha t I use to create my OpenGL applications
- 2023-07-14 13:10:03下载
- 积分:1
-
这是一个openGL的机器人行走转圈的演示程序.有详细注释.
这是一个openGL的机器人行走转圈的演示程序.有详细注释.-This is a openGL walking robot moved around the demonstration program. Notes detail.
- 2022-08-26 12:28:40下载
- 积分:1
-
nehe
nehe-opengl(21-25)
- 2022-05-15 08:57:32下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1