-
3D Solar system with OpenCV and C#
- 2022-01-25 20:51:49下载
- 积分:1
-
Print Preview opengl an example of procedures, by calling the method shows that...
opengl打印预览的一个实例程序,通过调用方法实现显示界面的快速打印-Print Preview opengl an example of procedures, by calling the method shows that the rapid printing interface
- 2022-02-25 18:08:27下载
- 积分:1
-
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。...
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。-Tutorial nehe source code, all from the official website of great help for beginners, the tutorials can nehe download site.
- 2022-04-08 23:50:09下载
- 积分: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 VC++源代码。
一个简单的方块翻滚的openGL VC++源代码。-a simple box to roll openGL VC source.
- 2022-05-15 02:14:25下载
- 积分:1
-
Python三维场景
我用Python Panda3D引擎制作的三维场景,其中有可键盘操纵的角色。Panda3D是第三方3D引擎,可于其官方网站获得。运行Main.py文件即可打卡此本程序。
- 2022-10-09 23:25:03下载
- 积分:1
-
OpenGL程序,包括纹理映射,3维漫游等实现方法,编译后可直接运行....
OpenGL程序,包括纹理映射,3维漫游等实现方法,编译后可直接运行.-OpenGL procedures, including texture mapping, three-dimensional method such as roaming, can be compiled to run.
- 2022-05-15 07:02:47下载
- 积分:1
-
用OpenGL实现黑白相间的棋盘图案填充多边形
用OpenGL实现黑白相间的棋盘图案填充多边形(爱心),并有密集填充和小虫子填充变化。
- 2022-12-04 00:45:03下载
- 积分:1
-
学OpenGL的电子文档第2章(入门用的)
学OpenGL的电子文档第2章(入门用的)-school OpenGL electronic files Chapter 2 (the entry)
- 2022-10-14 08:05:03下载
- 积分:1
-
一个基于VC++的OPENGL,很好的波形显示图例子.
一个基于VC++的OPENGL,很好的波形显示图例子.-a excellent openGL example about wave play based on VC++
- 2022-04-11 02:53:36下载
- 积分:1