-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习...
非常好的小程续,看了就知道啦,我很喜欢的,希望大家也下啊,一起学习-very good small-added and read it know, I like, I hope, we are under ah and learning
- 2022-12-29 19:10:03下载
- 积分:1
-
opengl地形
VC++编写的opengl例子,实现了三维地形的渲染,可以进行漫游等操作,是一个学习opengl的不错的例子
- 2022-12-23 15:00:03下载
- 积分:1
-
Application vb language, combined with the development of three
应用vb语言,结合opengl控件开发的三维显示-Application vb language, combined with the development of three-dimensional display opengl Control
- 2022-06-02 16:44:23下载
- 积分:1
-
飞机飞行的opengl源代码,使用OpenGL学习。飞行操作…
飞机飞行的opengl源代码,可供opengl学习用。飞机飞行的opengl的源代码,可供opengl的学习用。-aircraft flying opengl source code available for use opengl learning. Flight opengl the source code for the study using opengl.
- 2022-03-20 06:07:41下载
- 积分:1
-
目标跟踪方法
卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。
- 2022-05-24 17:04:29下载
- 积分:1
-
图形学简单的直线
图形学简单的直线-simple line graphics
- 2022-07-02 00:13:18下载
- 积分:1
-
用c和opengl写的,用来对Nurbt曲面的编写,很适合学曲面的初学者...
用c和opengl写的,用来对Nurbt曲面的编写,很适合学曲面的初学者-Opengl with c and written Nurbt used to prepare the surface, it is suitable for beginners Surface Science
- 2022-08-25 10:50:32下载
- 积分:1
-
在VC++的环境下结合opengl模拟水的特效。
在VC++的环境下结合opengl模拟水的特效。-In VC++ Environment opengl simulation combined effects of water.
- 2022-03-26 05:45:07下载
- 积分:1
-
基于OpenGL的真实感三维地形生成
基于OpenGL的真实感三维地形生成
读取三维地形文件,地形模型用三角网法实现,并在地形上增加了一些简单分型产生的树
- 2022-05-13 12:27:57下载
- 积分:1