-
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
-
STL三维打印
该代码主要是基于Qt平台的,以C++语言编程来写的三维建模和切片软件,读入STL文件进行显示,移动,放大,缩小灯操作的
- 2023-07-18 06:35:04下载
- 积分:1
-
using camera with openGl
using camera with openGl
- 2022-01-22 14:53:58下载
- 积分:1
-
a library with OpenGL into 3DS model
一个函数库,用OpenGL导入3DS模型-a library with OpenGL into 3DS model
- 2022-03-30 05:44:13下载
- 积分:1
-
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手...
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
- 2022-05-26 06:18:35下载
- 积分:1
-
a high
a high-performance 3D game engine source code, good things ah, not daring to stay -a high-performance 3D game engine source code, good things ah, not daring to stay
- 2023-03-26 10:35:03下载
- 积分:1
-
VC environment opengl programming source code, including NURBS surfaces mapping.
VC环境下opengl编程源代码,包括nurbs曲面的绘制。-VC environment opengl programming source code, including NURBS surfaces mapping.
- 2022-03-14 08:00:51下载
- 积分:1
-
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。...
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。-use of this procedure is to achieve opengl patch paintings ball, prepared by the code more simple and easy to understand.
- 2022-10-22 04:10:03下载
- 积分:1
-
ngplant 用于植物模型造型,三维,可更改各种参数来达到效果
ngplant 用于植物模型造型,三维,可更改各种参数来达到效果-ngplant model for plant modeling, three-dimensional, can change various parameters to achieve the desired effect
- 2022-03-17 02:30:19下载
- 积分:1
-
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi...
OpenGL多纹理贴图代码。
通过多纹理贴图,OpenGL可以表现更多图像显示特效,增强物体的材质感。
OpenGL Multi-texture sourcecode. By using multi-texture mapping, more 3D image effect can be got.-more OpenGL texture mapping code. Through a multi-texture mapping, OpenGL performance can be more image display effects, and strengthen the material objects flu. OpenGL Multi-texture sourcecode. By using intercommunication ti-texture mapping, more 3D image effect can be got.
- 2022-12-12 09:55:04下载
- 积分:1