-
Realize the encoding handling different graphics marked the four cubes, and move...
该编码实现搬运标有不同图形的四个立方体,并将其搬到指定位置,并能实现记录时间和路程的功能。-Realize the encoding handling different graphics marked the four cubes, and moved to the specified location, and to achieve record time and distance functions.
- 2022-11-27 19:50:03下载
- 积分:1
-
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2022-03-13 14:22:00下载
- 积分:1
-
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可...
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可-A vc environment OPENGL procedures to prepare templates, only need to modify RenderScene function can be
- 2022-06-02 02:35:13下载
- 积分:1
-
wrlviewer mesh 3d viewer
源=.Lib3DArray3d.cpp
- 2022-05-08 04:14:57下载
- 积分:1
-
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。-Realize the decal has OpenGL textures, decal mapping technology can realize explosions, bullets and other traces of fire effects. Procedures have been tested to run correctly.
- 2022-03-11 05:35:53下载
- 积分: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
-
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子...
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子-Vc+ opengl their use of a single document prepared graphics drawing program, to split three examples opengl rendering window is more than learning window opengl programming and a good example drawn
- 2022-08-20 19:14:49下载
- 积分:1
-
VC+OPENGL动态几何画图软件源代码,可以做三维环境下的图形,快下载哦!^_^要不就成商业版了。...
VC+OPENGL动态几何画图软件源代码,可以做三维环境下的图形,快下载哦!^_^要不就成商业版了。-VC OpenGL dynamic geometric drawing software source code, can do 3D graphics environment, the faster download! ^ _ ^ Median into the commercial version.
- 2022-03-15 10:05:44下载
- 积分:1
-
OpenGL类库源码
OpenGL类库源码 -The sourcecode for OpenGL library
- 2022-02-06 16:20:28下载
- 积分:1
-
Asteroids
自己写的一个简单的飞机程序,用OPENGL,简单碰撞,简单移动,简单积分.-Asteroids
- 2022-02-02 00:05:12下载
- 积分:1