-
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
-
cone-3D,opengl,3d,
opengl-shpere,三维的图形,opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形opengl-shpere,三维的图形
- 2022-08-10 10:23:07下载
- 积分:1
-
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件...
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
- 2022-04-06 18:47:24下载
- 积分:1
-
飞机地形漫游,可以实现飞机的运行,地形很逼真
可以很好的运行,仿真在vc环境下用OpenGL实现的一个三维漫游,场景中包括地面,一个立方体,一个四面体,键盘控制漫游,以及立方体和四面体各自在每个方向上的旋转。
- 2022-03-18 14:41:31下载
- 积分:1
-
This is a very complete and detailed three
这是一个非常完整、详细的三维地形漫游程序。可以帮助你学习怎么进行地形的建模和漫游!-This is a very complete and detailed three-dimensional terrain walkthrough procedures. Can help you learn how to terrain modeling and roaming!
- 2022-04-07 01:32:33下载
- 积分:1
-
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法
OPENGL在VC++中的建立基本的图像,建立三角形和四边形的方法-OPENGL in VC++ In the establishment of basic images, the establishment of triangular and quadrilateral method
- 2023-01-15 16:35:03下载
- 积分:1
-
OpenGL, Visual C++
灯光的旋转运动,在这个例子中,灯光会在球体上渐隐...
OpenGL, Visual C++
灯光的旋转运动,在这个例子中,灯光会在球体上渐隐-OpenGL, Visual C light of the rotation, in this case, the lights will be on the ball gradually hidden
- 2022-12-31 22:55:03下载
- 积分:1
-
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子...
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子-use OpenGl achieve neon effect. Need to support the development of OpenGL. There are three examples
- 2022-02-09 20:16:26下载
- 积分:1
-
一个用OpenGl写的烟火的程序,实现了颜色和位移,形状等的随机变换。...
一个用OpenGl写的烟火的程序,实现了颜色和位移,形状等的随机变换。-OpenGl fireworks with a written procedure to achieve the color and point shape of the random transformation.
- 2022-08-22 22:22:29下载
- 积分:1
-
openGL (GLUT) avec C
openGL (GLUT) avec C
- 2022-03-25 13:45:42下载
- 积分:1