-
简单的程序有助于测试OpenGL实现采集。许多…
Collection of simple programs helpful for testing an OpenGL implementation. Many have keyboard options (see source for details). and More samples collected from a variety of places-Collection of simple programs helpful for testing an OpenGL implementation. Many have ke yboard options (see source for details). and Mo "re samples collected from a variety of places
- 2022-06-12 23:26:30下载
- 积分:1
-
在VC2003实现OpenGL图形的融合,是初学者的良师益友…
在VC2003中结合OpenGL实现绘图功能,是初学者的良师.值得看看.-In VC2003 realize the integration of OpenGL graphics, is the mentor for beginners. Worthwhile to see.
- 2023-01-17 05:10:04下载
- 积分:1
-
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作...
用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
- 2022-10-10 03:30:03下载
- 积分:1
-
红皮书标准参考书:详细的信息和我们的原则…
RedBooks标准参考书:详细介绍了opengl的原理和使用,是一本不可多得的好书-RedBooks standard reference books: detailed information on the principles and use of opengl is a rare book
- 2022-06-01 15:37:35下载
- 积分:1
-
用OpenGL实现简单动画
用OpenGL实现简单动画-use OpenGL simple animation
- 2022-10-12 10:10:03下载
- 积分:1
-
ns2 节点创建
在 ns2 中的节点创建。
引进高达 100 节点创建一个节点
和节点之间建立连接...
- 2022-03-20 08:36:06下载
- 积分:1
-
OPENGL 程序在VC环境
OPENGL 程序在VC环境-OPENGL VC
- 2022-07-10 05:31:59下载
- 积分:1
-
OpenGL下三维模型的显示和自由旋转,应用虚拟球的方法,实现3D模型的自由旋转...
OpenGL下三维模型的显示和自由旋转,应用虚拟球的方法,实现3D模型的自由旋转-OpenGL under the three-dimensional model of the display and free rotation, application of the method of the virtual ball, the realization of 3D model of free rotation
- 2022-02-02 08:49:22下载
- 积分: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做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)...
我用OPenGL做的一个场景(包括树、炊烟、喷泉、旗帜、房子、还有阴影以及md2格式的人物、武器等)-do a scene (including trees, smoke, fountains, flags, house, and there are shadows and md2 format characters, weapons, etc.)
- 2022-05-08 11:01:09下载
- 积分:1