-
OpenGL编写的太阳系程序,可以通过方向键来进行移动,有兴趣可以看看。...
OpenGL编写的太阳系程序,可以通过方向键来进行移动,有兴趣可以看看。-OpenGL program written in the solar system can be carried out through the arrow keys to move, who are interested can look at.
- 2022-02-12 23:32:51下载
- 积分:1
-
a good example of the integration of OpenGL and can be used to create a transpar...
一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的"*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。如果还需要别的文件请自己配置!
-a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Before running the program, please provide the "*. dll files are copied to the system" Windows (or WinNT) system32 "directory. If you need other text please configurable pieces!
- 2022-07-14 08:38:23下载
- 积分:1
-
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。...
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。-use and development based vc6 pbuffer extended from screen rendering procedures for the realization of MRT rendering.
- 2022-01-31 15:36:17下载
- 积分:1
-
用OpenGL实现的一个小游戏 包括人机交互
人工智能的实现
用OpenGL实现的一个小游戏 包括人机交互
人工智能的实现-Using OpenGL realize a small game, including the realization of human-computer interaction Artificial Intelligence
- 2022-07-25 15:13:28下载
- 积分:1
-
计算机图形学(第四版)书中代码
该文件中包含计算机图形学(第四版)书中示例源代码,方便大家学习计算机图形学(第四版)。
- 2022-03-11 22:26:58下载
- 积分:1
-
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar-Image processing procedures, OpenGL Programming OpenGChap02_MultiView.rar
- 2022-08-26 08:02:50下载
- 积分:1
-
《open GL 超级宝典 第五版》示例代码
资源描述《open GL 超级宝典 第五版》一书中的全部示例代码
- 2022-10-30 17:40:09下载
- 积分: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
-
一本很好的书,将三维图形开发与游戏开发
一本很好的书,将的是3D图像开发和游戏开发-A very good book, will be the 3D graphics development and game development
- 2023-08-03 21:50:05下载
- 积分:1
-
利用OPENGL构建海洋三维景观的方法研究
利用OPENGL构建海洋三维景观的方法研究-use OpenGL 3D Landscape Construction Methods
- 2022-07-20 04:00:55下载
- 积分:1