-
OpenGL 作图例子
OpenGL 作图例子 - 立方体.rar-OpenGL graphic example- cube. Rar
- 2022-03-16 02:21:36下载
- 积分: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
-
我喜欢用OpenGL写的东西,希望大家喜欢,轴承的一个例子是什么…
我喜欢用OpenGL编写一点东西,希望大家喜欢,一下是一个轴承座的例子.-I like to use OpenGL write something, hope you like, what is an example of bearing.
- 2023-08-14 07:00:03下载
- 积分:1
-
clouds of the three
三维动态云彩的绘制,采用动态纹理贴图的技术来实现,效果不错-clouds of the three-dimensional dynamic mapping, dynamic texture mapping technology to achieve good results
- 2022-04-16 17:02:42下载
- 积分:1
-
OpenGL三维图形程序设计
OpenGL三维图形程序设计-OpenGL 3D Graphics Programming
- 2023-04-21 04:00:03下载
- 积分:1
-
OpenGL旋转透明立方体,初学者可以看到很好效果^
OpenGL旋转透明立方体,初学者可以看到很好效果^-OpenGL rotating transparent cube, a beginner can see a good effect ^
- 2022-02-21 11:38:14下载
- 积分:1
-
opengl sdk文档
opengl sdk文档-opengl sdk Documents
- 2022-05-23 23:13:06下载
- 积分:1
-
角色扮演游戏编程,VC和OPENGL综合利用变邪恶游戏的方法。
角色扮演游戏编程,VC和OPENGL综合利用变邪恶游戏的方法。-Role-playing game programming, VC, and OPENGL utilization method of changing the game of evil.
- 2022-06-15 15:42:10下载
- 积分:1
-
- 2022-01-25 21:51:32下载
- 积分:1
-
opengl examples of the good works of the integration of some of the current tech...
opengl 事例,该作品很好的融合了现在的一些处理技术,附原代码!-opengl examples of the good works of the integration of some of the current technology, with the original code!
- 2022-11-03 00:50:04下载
- 积分:1