-
计算机图形学的一些例子
计算机图形学的一些例子-computer graphics are some examples
- 2023-06-25 01:35:06下载
- 积分:1
-
A used VC++ And OPENGL prepared simulated sky cloud of three
一个用VC++和OPENGL编写的模拟天空云层的三维动态显示程序-A used VC++ And OPENGL prepared simulated sky cloud of three-dimensional dynamic display program
- 2022-08-12 13:43:16下载
- 积分:1
-
opengl贪吃蛇开发
opengl贪吃蛇开发-opengl Snake Development
- 2022-07-17 00:05:47下载
- 积分:1
-
俄罗斯方块OpenGL实现
本项目是一个用OpenGL实现的俄罗斯方块的源代码。俄罗斯方块的功能和玩法执行文件中会出现提示
- 2023-05-18 03:30:04下载
- 积分:1
-
OpenGL吃豆子游戏
OpenGL吃豆子游戏,打开游戏会提示是否在全屏模式下运行,以及是否要降低速度。游戏操作:方向键控制
建议使用VC++6.0查看、调试
如果使用VS 有可能出现游戏运行速度飞快的情况
- 2022-07-06 15:57:04下载
- 积分:1
-
OPenGL超级宝典源代码,6――10课,适合初学者
OPenGL超级宝典源代码,6――10课,适合初学者-OpenGL source code 6-- 10 classes for beginners
- 2022-09-30 13:20:07下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
java语言实现图像的捕捉等功能
java视频处理软件,可用来播放视频,采集摄像头图像等。-video processing software can be used to broadcast video, acquisition camera images.
- 2022-07-17 20:29:48下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-07-10 02:44:39下载
- 积分:1
-
OpenGL 6例
OpenGL的6个例子-OpenGL 6 examples
- 2022-07-02 17:26:30下载
- 积分:1