-
The use of virtual reality technology used in modeling Creator Tutorial
虚拟现实技术使用Creator建模所用教程-The use of virtual reality technology used in modeling Creator Tutorial
- 2022-07-01 12:45:08下载
- 积分:1
-
an Open GL demo
an Open GL demo
- 2022-07-25 22:23:16下载
- 积分:1
-
我们将利用OpenGL API
We will draw as OpenGL API
- 2022-06-26 12:09:27下载
- 积分:1
-
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。...
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。-openGL primary use, with the procedure to draw a teapot. And the use of a number of functions such as keyboard and mouse.
- 2022-03-06 11:18:55下载
- 积分:1
-
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。...
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。-OpenGL function can use simple animation, concise code occupy less system resources. The program runs, the cube window can freely rotating around its center.
- 2022-07-17 02:57:58下载
- 积分:1
-
本书全面论述了基于OpenGL与Windows的交互式三维图形技术以及程序设计。...
本书全面论述了基于OpenGL与Windows的交互式三维图形技术以及程序设计。-book expounded in an OpenGL-based and Windows interactive 3D graphics technology, and program design.
- 2022-06-20 08:33:56下载
- 积分:1
-
OpenGL多视图的实现 OpenGL入门级代码
OpenGL多视图的实现 OpenGL入门级代码-OpenGL the realization of the entry-level OpenGL code
- 2022-02-01 09:26:15下载
- 积分:1
-
nukak3d
nukak3d-4.6.0的源代码,比较复杂的一个例子-nukak3d-4.6.0 source code, an example of more complicated
- 2022-03-05 01:46:00下载
- 积分:1
-
openGL下怎么做图一 视窗的制作和显示
openGL下怎么做图一 视窗的制作和显示-how to do a map window and display production
- 2023-08-20 14:20:03下载
- 积分: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