-
OpenGL procedures : using recursive method and drawing cylindrical patch
OpenGL程序:用递归和贴片法绘制圆柱-OpenGL procedures : using recursive method and drawing cylindrical patch
- 2022-07-25 02:36:01下载
- 积分:1
-
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件...
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件-According to nehe tutorial five changes from the simple roaming procedure. Source include the entire project file
- 2022-07-25 10:33:39下载
- 积分:1
-
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!...
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2023-07-16 20:20:03下载
- 积分:1
-
的确值得一看的益智类的代码
可以说是益智类的典范,不看肯定亏大了....
的确值得一看的益智类的代码
可以说是益智类的典范,不看肯定亏大了.-Indeed to see the code of the Puzzle Puzzle can be said to be a model, do not look certainly a big loss.
- 2023-08-12 11:00:04下载
- 积分:1
-
在VC环境下开发的动画程序和# 39;的源代码供参考。
VC环境下开发的动画程序源代码,适合opengl高级爱好者参考-VC environment in the development of animation program"s source code for reference opengl High lovers
- 2023-04-21 15:20:03下载
- 积分:1
-
OPGL颜色空间变换与显示,颜色分布在一个立方体中显示出来....
OPGL颜色空间变换与显示,颜色分布在一个立方体中显示出来.-OPGL color space transformation and show that the color distribution in a cube shown.
- 2022-01-26 02:23:41下载
- 积分:1
-
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
- 2022-03-25 13:11:59下载
- 积分:1
-
OpenGL三维图形程序设计,绝对经典
OpenGL三维图形程序设计,绝对经典-OpenGL three dimensions programing ! sutra!
- 2022-03-03 22:39:17下载
- 积分:1
-
use the OpenGL Development Kit 1, and I hope to be helpful
利用MFC开发的OpenGL开发包1,希望对大家有帮助-use the OpenGL Development Kit 1, and I hope to be helpful
- 2022-04-13 01:59:25下载
- 积分: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