-
这是VC和OpenGL制作的场景,其中三成的三维模型数据(数据…
这是OPENGL和VC++制作的场景,其中导入了3D模型数据(数据已经转换为".H"的C语言形式.-This is OpenGL and VC produced scenes three of them into the D model data (data have been replaced. " H "in the form of C language.
- 2023-06-17 05:50:04下载
- 积分:1
-
that the procedure was opengl procedures, mainly on how many texture mixed use!
该程序是opengl程序,主要是介绍多个纹理如何混合使用!-that the procedure was opengl procedures, mainly on how many texture mixed use!
- 2022-11-29 13:45:04下载
- 积分:1
-
Open GL Robot that has a moveable light source
Open GL Robot that has a moveable light source
- 2023-06-04 22:15:02下载
- 积分:1
-
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!
Opengl的组合图形演示,希望对大家学习有帮助,支持站长!-Opengl graphic presentation of the portfolio, in the hope that everyone has to learn to help support the station!
- 2022-08-10 15:17:50下载
- 积分:1
-
由饮水机产生的OpenGL,而且效果很逼真!OpenGL…
opengl制作的喷泉和水的效果,非常逼真!是很好的opengl学习素材。-opengl produced by the water fountains, and the effect is very realistic! Opengl is a good learning materials.
- 2022-08-08 22:04:17下载
- 积分: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
-
本程序创建太阳能系统…简单的项目
this the program to create solar system... simple projects-this is the program to create solar system... simple projects
- 2022-01-28 14:44:06下载
- 积分:1
-
本文件是关于最大流的算法,特别是:
This file is about Max Flow , especially Dinic s algorithm-This file is about Max Flow , especially Dinic s algorithm....
- 2022-02-04 22:54:34下载
- 积分:1
-
查看OpenGL 3D渲染
在OpenGL视图中绘制三维物体-view of the OpenGL 3D Rendering
- 2022-01-26 06:45:14下载
- 积分:1
-
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。...
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。-procedures for the use of the OpenGL particles of the planetary system to achieve a simple simulation. Randomly generated particles, the particles using various fundamental attributes. Procedures are spelled out, beginners are easier to learn and master particle system, is a very good learning materials.
- 2022-02-03 17:15:15下载
- 积分:1