-
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
-
Cb learning OPENGL application programming, this is the example of 3
应用cb学习OPENgl编程,这是例子3-Cb learning OPENGL application programming, this is the example of 3
- 2022-03-03 19:08:12下载
- 积分:1
-
目的
Objective-C,英文版,学习苹果开发的基础语言-Objective-C
- 2022-03-16 22:10:08下载
- 积分:1
-
OpenGl等高线生成和内插
OpenGl等高线生成和内插-OpenGl contour generation and interpolation
- 2022-12-16 08:00:03下载
- 积分:1
-
OpenGL
基于OpenGL的图形程序-OpenGL-based graphics program
- 2022-01-26 05:58:30下载
- 积分:1
-
the VC OpenGL graphics development of the program's source code
有关OPENGL的VC++开发的图形处理程序的源代码-the VC OpenGL graphics development of the program"s source code
- 2022-01-31 10:31:51下载
- 积分:1
-
好的vbs代码。可以自动登陆校内网,填上响应的帐号和密码
好的vbs代码。可以自动登陆校内网,填上响应的帐号和密码-Good vbs code. Can automatically landing the school network, the response to fill in name and password
- 2022-03-14 06:46:06下载
- 积分:1
-
opengl vc++ 代码 爆炸
用opengl以c++语言来编写的关于图像爆炸的代码,里面有主要图片两张,基本的粒子组成由LoadOBJ,MainFrm,MyExplosion,myExplosionDoc,MyExplosionView,MyText,等的文件。
- 2023-08-25 00:20:04下载
- 积分:1
-
nehe的源代码,调试通过,能运行
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2022-04-14 16:50:14下载
- 积分:1
-
OpenGL in memory management experience. According to their own experience of the...
OpenGl在内存管理上的经验。笔者根据自己的经验详细叙述了利用OpenGL开发3D程序时的内存管理方面的经验。-OpenGL in memory management experience. According to their own experience of the author described in detail the development of 3D using OpenGL program memory management experience.
- 2022-10-27 22:45:03下载
- 积分:1