-
使用cg和opengl实现的水波模拟,使用GPU编程。
使用cg和opengl实现的水波模拟,使用GPU编程。-Cg and opengl realize the use of the wave simulation, the use of GPU programming.
- 2022-12-12 15:10:03下载
- 积分:1
-
opengl Programming Guide
opengl编程指南-opengl Programming Guide
- 2022-01-28 06:54:16下载
- 积分: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
-
MD2调用,影子练习
MD2调用、影子做法-MD2 call, the Shadow practice
- 2022-06-12 06:41:47下载
- 积分:1
-
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。
- 2022-07-24 18:17:40下载
- 积分:1
-
用OpenGL 实现的 3维 golf 的 源程序代码,推荐下载
用OpenGL 实现的 3维 golf 的 源程序代码,推荐下载-use the OpenGL 3-D golf of the source code, download!
- 2023-07-05 08:10:02下载
- 积分:1
-
GPS3D is a group of tools that can be used for processing GPS data on PC. One sp...
GPS3d 是一组可以从PC机处理GPS的工具,一个良好的功能是可以通过OpenGL,3D纹理映射模型查看GPS数据-GPS3D is a group of tools that can be used for processing GPS data on PC. One splendid function of the tool is that it can examine GPS data through texture mapped 3D model by use of OpenGL.
- 2022-01-30 18:29:03下载
- 积分:1
-
关于三维地形的OPENGL的代码
关于三维地形的OPENGL的代码-on the OpenGL 3D terrain code
- 2022-05-24 11:04:52下载
- 积分:1
-
矩形绘图
它是一个非常好的矩形绘图程序。
在此程序中,我用了一些 OpenGl 例程,我也有一些 OpenGL 库因为仅在包含这些库时,可以运行这些图形程序。
它是对 dram 一个完美的矩形短的程序。
它绘制矩形没有任何错误。
- 2022-02-22 03:33:07下载
- 积分:1
-
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。...
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。-use of this procedure is to achieve opengl patch paintings ball, prepared by the code more simple and easy to understand.
- 2022-10-22 04:10:03下载
- 积分:1