-
OpenGL演示之太阳、地球、月球的运转实例
OpenGL演示之太阳、地球、月球的运转实例
-OpenGL demo Zhi sun, the earth, moon examples of the operation.
- 2023-01-05 11:40:03下载
- 积分:1
-
图像拼接实现
用于多幅重复边缘图像的拼接,可以自动对多幅图像的重复边缘进行匹配,删除图像冗余信息,实现多张图像的拼接,用于将多幅图像合成一幅图像
- 2022-08-26 12:51:21下载
- 积分:1
-
OpenGL好的例子
OpenGL好的例子 -OpenGL good example
- 2022-03-11 12:23:19下载
- 积分: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
-
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
-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
robot joints by different form, through the preservation of different forms of r...
机器人由不同的关节构成,通过保存机器人不同形态的侦,播放这些侦实现机器人的连续动作-robot joints by different form, through the preservation of different forms of robot reconnaissance, surveillance and broadcasting of these robots to achieve continuous movement
- 2022-03-05 14:43:58下载
- 积分:1
-
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视...
利用opengl实现的碰撞效果,还可以通过键盘控制场景的显示:
up:位置递增
down:位置递减
left:控制视图左旋转
right:控制视图右旋转
F1,F2:两种视图之间的切换
+ :控制时间增加
- :控制时间减少-use opengl achieve the collision effects, but also through the keyboard control of the scene showed : up : location incremental down : Location decline left : control View Left rotation right : the right to control View rotating F1, F2 : Two Views of switching between : control increased the time-: control reduced
- 2022-04-20 21:21:03下载
- 积分:1
-
This OpenGL racing game written by Joe allen
This OpenGL racing game written by Joe allen
- 2023-05-03 16:00:04下载
- 积分:1
-
一个飞机的opengl代码
一个飞机的opengl代码-an aircraft opengl code
- 2022-06-06 14:49:15下载
- 积分:1