-
The use of Visual C++ 6.0 development environment, inheritance, dynamic renderin...
使用Visual C++6.0继承开发环境,基于OpenGL动态绘制奥林匹克五环标志的一个小源码。代码只有一个C语音源文件。算法相对简单-The use of Visual C++ 6.0 development environment, inheritance, dynamic rendering based on OpenGL Olympic rings logo, a small source. There is only one voice C code source file. Relatively simple algorithm
- 2023-06-28 15:55:03下载
- 积分:1
-
一个3维的房子,可以运动的,带你走向3d世界。
一个3维的房子,可以运动的,带你走向3d世界。-A three dimension house, can moves and leads you to the 3D world.
- 2022-12-22 17:00:03下载
- 积分:1
-
OpenGL rendering with a constant rotation of the camera platform and circled ove...
用OpenGL绘制的一个不断旋转的摄像台以及上空盘旋的一个飞行物.可以通过键盘控制观察者的视角和位置,-OpenGL rendering with a constant rotation of the camera platform and circled over the one flying objects. Keyboard control can be the observer perspective and position
- 2022-03-13 22:47:33下载
- 积分:1
-
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。...
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。-achieve OpenGL Pick function. It is helpful in understanding OpenGL Pick a classic example.
- 2022-05-30 09:02:01下载
- 积分:1
-
OpenGL teaching, 3D graphics rendering
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2022-03-20 20:25:19下载
- 积分:1
-
OpenGL虚拟场景中的雪景
OpenGL虚拟场景中的雪景,有天空盒与地形设计,粒子系统只有雪alskdjflng lasknaa idaljfngladk ajsidfolgnlskd
- 2022-01-28 22:52:52下载
- 积分: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
-
NeHe)的OpenGL教程
NeHe)的OpenGL教程- 二次曲面 第十八课 二次曲面是一种画复合对象的方法,这种方法通常并不需要很多的三角形。-binding for the Java language) OpenGL tutorial-conicoid 18th class conicoid painting is a composite object method, which does not usually need a lot of the triangle.
- 2022-07-13 06:55:37下载
- 积分:1
-
VS2010+OpenCV+OpenGL三维重建
利用VS2010+OpenCV+OpenGL三维重建
先标定棋盘,然后再进行特征提取,立体匹配得出视差图,最后得出视差数据,利用OpenGL画出3D模型
- 2022-03-04 05:10:06下载
- 积分:1
-
使用VC创建彩色的基本图形
使用VC创建彩色的基本图形-use of color to create the basic graphics
- 2023-05-06 17:00:03下载
- 积分:1