-
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助...
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助-OpenGL prepared by the optical rotation, and so on the basis of exaggerated small procedures, based on the use of computer graphics to help
- 2022-03-04 17:11:08下载
- 积分:1
-
这是C++Builder没有提供glaux.h所对应的dll和lib文件。
这是C++Builder没有提供glaux.h所对应的dll和lib文件。- This is C Builder has not provided dll and the lib document
which glaux.h corresponds.
- 2022-08-20 06:23:52下载
- 积分:1
-
用VC开发的书籍,内容丰富全面,特别…
这本是关于vc与opengl开发的书籍,内容丰富全面,特别适合初学者-vc with opengl on the development of books, rich in content comprehensive, especially for beginners
- 2022-01-25 19:27:08下载
- 积分: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
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分:1
-
OpenGL类库源码
OpenGL类库源码 -The sourcecode for OpenGL library
- 2022-02-06 16:20:28下载
- 积分: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和visual c++ 实现的喷泉效果的演示,漂亮的喷泉
用opengl和visual c++ 实现的喷泉效果的演示,漂亮的喷泉-use opengl and visual c achieve the effect of the display fountains, and beautiful fountains
- 2022-04-27 15:33:20下载
- 积分:1
-
OpenGL中的平移缩放、旋转
Panning zooming and rotation in OpenGL
- 2022-07-17 15:14:58下载
- 积分:1
-
VC++ and OpenGL implementation of mobile lines, the effect seems like a bug n mo...
VC++和OpenGL实现线条的移动,效果看起来像n个虫子在移动。-VC++ and OpenGL implementation of mobile lines, the effect seems like a bug n mobile.
- 2022-03-03 03:14:40下载
- 积分:1