-
OpenGL多浮动形式
浮动窗体中的OpenGL多视图的实现。利用OpenGl图像标准库,在多视图模式下,对窗口进行了显示处理。-floating forms of OpenGL Multi-View achieved. OpenGl images using standard library, in multi-view mode, the right window displays.
- 2022-02-28 21:46:38下载
- 积分:1
-
opengl的一个简单的图形设计例子
opengl的一个简单的图形设计例子-opengl a simple example of graphic design
- 2022-09-01 05:00:03下载
- 积分:1
-
OpenGL templates40 examples source codes
OpenGL templates40 examples source codes
- 2022-03-26 00:32:33下载
- 积分:1
-
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。...
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。-Control of Shilin camera, specific operations can find their own way, the first to write VB, ability, Zhijiao.
- 2022-07-18 09:38:11下载
- 积分: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
-
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
-
A simple game with dice.
A simple game with dice.
- 2022-02-01 13:45:19下载
- 积分:1
-
著名的Nehe的OpenGL教程VC++配套源码41-48课,适合OpenGL初学者使用,作者在他的程序中已详加注释...
著名的Nehe的OpenGL教程VC++配套源码41-48课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
- 2022-01-21 04:27:39下载
- 积分:1
-
OpenGL中导入3ds模型的完成程序,不错的,给大家分享一下
OpenGL中导入3ds模型的完成程序,不错的,给大家分享一下-OpenGL into 3ds model of the procedure, yes, to share with you
- 2022-01-26 04:14:38下载
- 积分:1
-
with vc and OpenGL 3D real
用vc++和OpenGL实现三维地形实时动态显示-with vc and OpenGL 3D real-time dynamic display of terrain
- 2022-04-11 07:37:49下载
- 积分:1