-
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者-Use OpenGL 3D library written in billiards, the establishment of the physical model, upper and lower control ball around for beginners
- 2022-07-28 03:13:48下载
- 积分:1
-
多边形扫描转换算法
多边形扫描转换算法-polygon scan conversion algorithm
- 2022-07-26 02:16:45下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第10章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第10章
- 2022-06-28 17:04:06下载
- 积分:1
-
lesson18 OpenGL tutorial examples of bcb6
OPENGL教程lesson18的bcb6例子-lesson18 OpenGL tutorial examples of bcb6
- 2023-01-22 20:30:04下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1
-
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar-Image processing procedures, OpenGL Programming OpenGChap02_MultiView.rar
- 2022-08-26 08:02:50下载
- 积分:1
-
opengl基本图元入门代码
opengl图形学刚开始入门十种基本图元的绘制。
代码文件夹里面包括注释的一些代码 每一个glBegin glEnd 之间的代码属于一种图元。
这个只是opengl的开始。后面的东西还需要一步一步的慢慢掌握。
- 2022-06-21 05:15:51下载
- 积分:1
-
帖子这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。...
帖子这是书“VC++多媒体特效制作百例”中的所有实例的源代码。重点讲述了opengl编程,也包括Direct编程等。-This is the message "VC multimedia effects produced 100 cases," all examples of source code. Highlight the opengl programming, including programming, such as Direct.
- 2022-11-07 11:05:09下载
- 积分:1
-
BMP Loading OpenGL Code
BMP Loading OpenGL Code
- 2022-08-09 02:11:22下载
- 积分: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