-
VC and write an OpenGL 3D Tetris
VC和OPENGL写的一个3D俄罗斯方块-VC and write an OpenGL 3D Tetris
- 2022-07-19 07:12:44下载
- 积分:1
-
OpenGL 3D例子
OpenGL 3D例子-OpenGL 3D example
- 2022-01-25 19:04:26下载
- 积分:1
-
纷飞的气球,从下到上漂到空中的气球,不错的
纷飞的气球,从下到上漂到空中的气球,不错的-Fly the balloons floated from the bottom-up to the sky
- 2022-03-12 06:09:21下载
- 积分:1
-
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐
我学了一下OpenGL,写了这个代码。用C语言编写的,仅供娱乐-me a bit OpenGL, write this code. C language, is for Entertainment
- 2022-04-29 04:34:51下载
- 积分:1
-
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置...
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置-
this program is game of billards
- 2022-05-30 05:35:08下载
- 积分:1
-
这是一个Opengl框架。对初学opengl来说有很好的帮助
这是一个Opengl框架。对初学opengl来说有很好的帮助-This is a opengl framework. Opengl beginner run to have a very good help
- 2022-06-20 07:15:23下载
- 积分:1
-
the procedures simulated missile system, with VC OpenGL development, including t...
本程序模拟导弹系统,用VC+OpenGL开发,包含了OpenGL开发基本函数的用法。-the procedures simulated missile system, with VC OpenGL development, including the development of the OpenGL basic function of usage.
- 2022-07-06 23:52:08下载
- 积分:1
-
NeHe OpenGL(中文)
OpengGL 入门必备教程
NeHe SDK
创建基本框架
怎样使用SDK
配置对话框...
NeHe OpenGL(中文)
OpengGL 入门必备教程
NeHe SDK
创建基本框架
怎样使用SDK
配置对话框
视口和绘制函数
2D字符
纹理
框架结构
教程目录
01:OpenGL窗口
02:多边形
03:添加颜色
04:旋转
05:3D空间
06:纹理映射
07:光照和键盘
08:混合
09:移动图像
10:3D世界
11:飘动的旗帜
12:显示列表
13:图像字体
14:图形字体
15:纹理图形字
16:雾
17:2D图像文字
18:二次几何体
19:粒子系统
20:蒙板
21:线的游戏
22:凹凸映射
23:球面映射
24:扩展
25:变形
26:反射
27:影子
28:贝塞尔曲面
29:Blt函数
30:碰撞检测
31:模型加载
32:拾取游戏
33:TGA文件
34:地形
35:播放AVI
36:渲染到纹理
37:卡通映射
38:资源文件
39:物理模拟
40:绳子的模拟
41:体积雾气
42:多重视口
43:FreeType库
44:3D 光晕
45:顶点缓存
46:全屏反走样
47:CG顶点脚本
48:轨迹球
-NeHe OpenGL
- 2022-02-24 23:37:14下载
- 积分:1
-
在OPENGL中创建字体
在OPENGL中创建字体-in OpenGL to create fonts
- 2022-05-14 23:07:41下载
- 积分:1
-
image processing to the needs and would like to achieve th ree
本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documen
- 2023-02-17 05:45:03下载
- 积分:1