-
opengl多文档应用实例
opengl多文档应用实例-opengl Multi- Document Application
- 2023-03-30 17:05:04下载
- 积分:1
-
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
-
用OpenGL写的雪花的粒子效果
一个用OpenGL写的雪花的粒子效果,包含整个过程文件。
- 2022-02-04 15:45:03下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
OPENGL learning there are two tutorials and a function reference manual. OPENGL...
里面有OPENGL的学习教程2个和一个函数参考手册。对学习OPENGL有很大的帮助-OPENGL learning there are two tutorials and a function reference manual. OPENGL learning has a great help
- 2022-01-26 07:53:00下载
- 积分:1
-
OpenGL source code 11
OPenGL超级宝典的源代码,11――13,很好适合初学着和作为参考书-OpenGL source code 11-10-- 13, good for beginners and as a reference book
- 2023-01-23 13:10:03下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-06-28 07:38:31下载
- 积分:1
-
显示杆孤面
此代码的宾语是在 3d 中显示 syrface,通过使用一组点。表面的计算是意识到通过使用许多方法喜欢贝塞尔曲线和 B-样条
- 2022-03-24 10:25:43下载
- 积分:1
-
OpenGL 3
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2022-03-19 03:45:23下载
- 积分:1
-
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型...
可以读入并显示obj模型,可以用键盘的上下左右键随意旋转模型,并提供了两个obj3D模型-Can read and display the obj model, can be used around the top and bottom of the keyboard keys at random spin model, and provide two obj3D model
- 2022-01-28 08:27:23下载
- 积分:1