-
OpenGL加载obj模型
在Win32 OPENGL环境下采用面向对象的思想,编程实现的导入OBJ文件并显示其模型的代码。提供给学习用途。
- 2022-12-25 18:25:05下载
- 积分:1
-
用vc+opengl模拟水波传播
其中的水波算法 还是可以一用的
用vc+opengl模拟水波传播
其中的水波算法 还是可以一用的-with vc opengl simulated wave spread the wave can be an algorithm or the
- 2022-03-02 03:18:35下载
- 积分:1
-
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。...
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。-Just beginning to learn to prepare for the graphical interface to opengl images a small example of the preparation.
- 2022-02-09 21:22:55下载
- 积分:1
-
check whether a certain point in the first
检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev- c compiler.
- 2022-02-26 14:19:40下载
- 积分:1
-
robotics three arm manipulato
#包括;
- 2022-01-27 09:33:32下载
- 积分:1
-
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。-in Visual C 6.0 environment, the development of the OpenGL pendulum movement of the simulation.
- 2022-01-22 10:45:21下载
- 积分:1
-
提供一个模板源码,演示如何在VB下开发OpenGL程序
提供一个模板源码,演示如何在VB下开发OpenGL程序-provide a template source code, a demonstration of how developed in Visual Basic procedures OpenGL
- 2022-01-25 16:46:48下载
- 积分:1
-
这是一个利用vc与opengl开发的旋转,爆炸,材质的程序。
这是一个利用vc与opengl开发的旋转,爆炸,材质的程序。-use vc with opengl development of the rotation, explosion, materials procedures.
- 2023-05-15 10:15: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
-
应用cb学习OPENgl编程,这是例子6
应用cb学习OPENgl编程,这是例子6-Cb learning OPENGL application programming, this is the example of 6
- 2022-01-26 05:37:26下载
- 积分:1