-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2023-03-10 17:45:04下载
- 积分:1
-
利用C++实现的KLT跟踪算法,通过GPU提高算法效率。
利用C++实现的KLT跟踪算法,通过GPU提高算法效率。-The use of C++ Realize the KLT tracking algorithm, through the efficiency of GPU algorithms improve.
- 2022-02-22 05:31:29下载
- 积分:1
-
VC and OpenGL book, "3ds animation document readers" source code, Deve...
用VC++和OpenGL写的《3ds动画文件阅读器》源代码,对于使用OpenGL开发3d程序的初学者有很好的参考价值。-VC and OpenGL book, "3ds animation document readers" source code, Development for the use of OpenGL 3 d procedures beginners have a good reference value.
- 2023-08-24 07:45:03下载
- 积分:1
-
这是一个用vc+OpenGL做的简单的骨骼动画的例子
这是一个用vc+OpenGL做的简单的骨骼动画的例子-vc OpenGL do with the simple skeletal animation example
- 2022-02-01 22:53:11下载
- 积分:1
-
程序再opengl场景中引入了3d模型,再VC下课能不能运行,因为只是给出了示例代码,没有3D模型...
程序再opengl场景中引入了3d模型,再VC下课能不能运行,因为只是给出了示例代码,没有3D模型-the procedures opengl scene introduced a 3d model, VC school can not run, because it is only given sample code, no 3D model
- 2023-07-07 06:55:03下载
- 积分:1
-
environment in MDI use graphics library
在MDI环境中使用图形库-environment in MDI use graphics library
- 2022-02-21 18:43:54下载
- 积分:1
-
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)
扫雷,openGL.
操作:鼠标左右,鼠标中间键对应windows扫雷的左右同时按下,最大网格37*37(windows扫雷中级为16*16)-Mine, openGL. Steps: the mouse around the mouse button between the left and right corresponding windows at the same time press the mine, the largest grid 37* 37 (windows mine Intermediate 16* 16)
- 2022-09-16 06:20:03下载
- 积分:1
-
vc(opengl)一个能自动转动的立方体,可能不是很好.
vc(opengl)一个能自动转动的立方体,可能不是很好.-vc (opengl) one can automatically turn the cube, it might not be very good.
- 2022-02-26 21:37:13下载
- 积分: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] Frenet 标架
这是 frenet 标架曲线。
它是为谁想要学习在 OpenGL 中明明帧或挤压的方式很有帮助。
附加的 c + + 源代码文件。
- 2022-10-16 05:20:04下载
- 积分:1