-
这是OPENGL的第二个例子,这个例子实现了LIGHT的实现,
这是OPENGL的第二个例子,这个例子实现了LIGHT的实现,-OPENGL This is the second example, this example to achieve the realization of the LIGHT,
- 2022-06-26 11:55:46下载
- 积分:1
-
茶壶运动模拟
茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。
- 2023-01-10 22:10:04下载
- 积分:1
-
一个三维迷宫的简单程序。用VC++和OpenGL实现的,对于学习图像很有帮助...
一个三维迷宫的简单程序。用VC++和OpenGL实现的,对于学习图像很有帮助-The simple procedure of a three-dimensional maze. Using VC++ and OpenGL to achieve, very helpful for learning image
- 2022-05-24 02:07:48下载
- 积分:1
-
2.1参考OpenGL图形库OpenGL。
OpenGL 2.1 Reference.chm
OpenGL的函数库。-OpenGL 2.1 Reference.chm OpenGL library.
- 2022-06-16 08:31:00下载
- 积分:1
-
DDA 算法的实现
数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
职位要计算如下:
象限
m < = 1
m > 1
第一次
x = x + 1
y = y + m
x = x + 1/m
y = y + 1
第二次
x = x 1
y = y + m
- 2022-08-10 08:17:23下载
- 积分:1
-
school OpenGL 3D game series with the book source A01_OpenGL the procedural fram...
学OpenGL编3D游戏 随书源码
A01_OpenGL的程序框架 第1 章源程序
A02_OpenGL的基本图形 第2 章源程序
A03_OpenGL的组合图形 第3 章源程序
A04_摄像漫游 第4 章源程序
A05_开天辟地 第5 章源程序
A06_OpenGL中显示文字 第6 章源程序
A07_特殊的平面_树 第7 章源程序
A08_显示3D模型 第8 章源程序
A09_3D动画 第9 章源程序
A10_射击、爆炸 第10章源程序
A11_碰撞检测 第11章源程序
A12_游戏进度保存 第12章源程序
A13_3D场景编辑 第13章源程序
include 公用程序
运行程序 所有运行程序
学OpenGL编3D游戏运行程序在里面
文件
TSCC.exe AVI解码器
运行须知.txt 错误解决方法
说明文档.txt 本文档
学OpenGL编3D游戏.bat 运行“学OpenGL编3D游戏”
////////////////////////////////////
如果程序编制演示的AVI不能播放,请自行安装盘上的TSCC.exe。-school OpenGL 3D game series with the book source A01_OpenGL the procedural framework of Chapter 1-source The basic sequence A02_OpenGL graphics Chapter 2 source A03_OpenGL combination graphics Chapter 3 source A04_ roaming camera Chapter 4 source A05_ Chapter 5 of the entire source A06_OpenG L display text Chapter 6 source A07_ special plane trees _ Chapter 7 source revealed A08_ No. 3 D model Chapter 8 source A09_3D animation Chapter 9 source A10_ s
- 2022-04-06 17:01:27下载
- 积分:1
-
一个有利于入门者学习的opengl程序,介绍了如何在windows环境下进行opengl编程,包括opengl的初始化等步骤,注释相当完美!...
一个有利于入门者学习的opengl程序,介绍了如何在windows环境下进行opengl编程,包括opengl的初始化等步骤,注释相当完美!-a beginners to learn opengl procedures, described how the windows environment for the conduct of opengl programming, opengl including steps such as the initialization of the Notes quite perfect!
- 2022-04-11 20:37:33下载
- 积分:1
-
OpenGL三维交通场景仿真
OpenGL 三维交通场景仿真,可以创建道路网和通过外部文件添加车辆
- 2023-03-10 00:25:03下载
- 积分:1
-
3ds导入到Opengl可用源码----飞机模型(c语言版)
用于将3dsmax文件导入到opengl中的源代码例子,在vs2010下调试可用,很值得一看。文件内容简单明了,很能说明问题。
- 2022-07-12 12:21:05下载
- 积分:1
-
平面阴影效果,使用OpenGL,C,
平面阴影效果,使用opengl, c++,-plane shadow effects, the use opengl, c,
- 2022-08-18 18:46:36下载
- 积分:1