-
OpenGL 官方红宝书 大量例程
OpenGL 官方红宝书 大量例程-official OpenGL Red Treasure Book lot routines
- 2022-01-21 20:15:33下载
- 积分:1
-
非常实用的好东西,想学opengl的朋友一定要看的实用教程
非常实用的好东西,想学opengl的朋友一定要看的实用教程-opengl
- 2022-09-17 09:45:02下载
- 积分:1
-
用opengl和VC++实现的飞机俯冲的过程
用opengl和VC++实现的飞机俯冲的过程-Use opengl and VC to achieve the process of subduction of the aircraft
- 2022-07-18 16:50:19下载
- 积分:1
-
这个例子充分展示了Delphi强大的功能,只有一个文件,但效果惊人!我在D6下试过了...
这个例子充分展示了Delphi强大的功能,只有一个文件,但效果惊人!我在D6下试过了-This example demonstrates Delphi powerful features, only one paper, but the results amazing! I tried under D6
- 2022-07-04 22:22:08下载
- 积分:1
-
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中...
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中-I prepared a three-dimensional Opengl operating procedures, Opengl has also packaged into the proceedings
- 2022-03-19 19:46:49下载
- 积分:1
-
在opengl下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。...
在opengl下用贴图得方法绘制静态得天空盒,不过里面只有.cpp文件,没有可执行文件。-in opengl using textures mapping methods in static in the sky boxes, but inside only. Cpp file, no executable files.
- 2022-07-18 20:44:45下载
- 积分:1
-
OpenGl
OpenGl的例子-OpenGl
- 2022-02-21 18:09:36下载
- 积分:1
-
通过定义剪切平面,对已经存在的三维图形进行剪切处理,注意剪切函数的使用...
通过定义剪切平面,对已经存在的三维图形进行剪切处理,注意剪切函数的使用-By defining the shear plane, there have been cut three-dimensional graphics processing, attention to the use of shear function
- 2022-07-21 19:11:34下载
- 积分: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的最好程序-learning OpenGL the best procedures
- 2022-03-18 22:05:44下载
- 积分:1