-
openGL做出来的飞机螺旋桨模拟 可以运行
openGL做出来的飞机螺旋桨模拟 可以运行-the Aircraft Propeller made by openGL
it running very well
- 2023-01-20 03:15:04下载
- 积分:1
-
C++Builder下学习OpenGL的文档。
C++Builder下学习OpenGL的文档。-C Builder studies OpenGL the documents.
- 2022-02-01 09:23:34下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-01-24 12:58:50下载
- 积分:1
-
My homework from computer graphics, an opengl source in c++
My homework from computer graphics, an opengl source in c-My homework from computer graphics, an opengl source in c++
- 2023-07-18 01:25:03下载
- 积分:1
-
这是Nehe开发的一个简单的OpenGL程序
这是Nehe开发的一个简单的OpenGL程序-This is the development of a simple procedure OpenGL
- 2023-06-13 08: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
-
在vc环境下调用opengl绘制心形的带状nurbs曲面
在vc环境下调用opengl绘制心形的带状nurbs曲面-in vc environment called opengl rendering the heart-shaped strip NURBS surfaces
- 2022-04-07 12:22:26下载
- 积分:1
-
Delphi series of the OpenGL 3D maze, with the map editor (update).
Delphi系列的OpenGL三维迷宫,带有地图编辑器(更新)。
- 2022-01-25 22:26:10下载
- 积分:1
-
openGL 例.本例源自openGL 应用程序开发。
openGL 例.本例源自openGL 应用程序开发。-openGL samples-5
- 2022-05-05 05:16:22下载
- 积分:1
-
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列...
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列-this source code introduced to the use of graphical controls, the beginners OpenGL is a good thing out
- 2022-08-17 23:52:16下载
- 积分:1