-
use four yuan Group to achieve rotation matrix with six cameras peacekeeping fun...
使用四元组实现矩阵旋转功能,具有6维功能的摄像机。需用dev-C++编译。-use four yuan Group to achieve rotation matrix with six cameras peacekeeping function. Required dev- C compiler.
- 2022-06-21 01:59:06下载
- 积分:1
-
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果-not use DirectX or OpenGL 3D cube make the results Author : po not use DirectX or OpenGL and 3D cube achieve results
- 2022-06-13 22:58:41下载
- 积分:1
-
用opengl作
用opengl作-for use opengl
- 2023-04-28 15:40:03下载
- 积分: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编程教程-opengl Programming Guide
- 2022-07-04 02:47:17下载
- 积分:1
-
雪模拟程序使用opengle详细评论。
下雪模拟程序,采用opengle,有详细的注释。-snow simulation program used opengle a detailed comments.
- 2022-04-27 21:41:28下载
- 积分:1
-
This source code is for OpenGL&Visual C++6.0
This source code is for OpenGL&Visual C++6.0-This source code is for OpenGL
- 2022-01-24 16:08:02下载
- 积分:1
-
escena OpenGL
导入javax.media.opengl文件.德国劳埃德船级社;
- 2022-07-05 03:49:59下载
- 积分:1
-
本源码是对openGL编程的初学者一个很好的开始。目前很多书籍中讲的openGL编程都用的是C编程,对于如何移植到VS2005下本源码就可以了。...
本源码是对openGL编程的初学者一个很好的开始。目前很多书籍中讲的openGL编程都用的是C编程,对于如何移植到VS2005下本源码就可以了。-The source is openGL programming beginners a good start. At present, many books have talked about openGL programming using C programming, how to migrate to the source code under VS2005 it.
- 2022-02-15 12:13:21下载
- 积分:1
-
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。...
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。-OpenGL junior studying classical routines for the feedback function, contribute to the understanding of feedback function.
- 2022-02-06 15:38:30下载
- 积分:1