-
a Opengl the Fortran
一个基于Fortran的Opengl程序,给出了使用一般Fortran开发Opengl的框架。-a Opengl the Fortran-based procedures, given the use of general Opengl Fortran development framework.
- 2022-08-13 15:16:08下载
- 积分:1
-
OpenGL的字体
opengl font
- 2023-05-10 09:00:03下载
- 积分:1
-
基于vc++6.00下OPENGL开发的三维地形编辑器
基于vc++6.00下OPENGL开发的三维地形编辑器-under development OpenGL 3D terrain editor
- 2023-07-26 15:50:03下载
- 积分:1
-
一个简单的OPENGL源程序,看后会很有收获
一个简单的OPENGL源程序,看后会很有收获-a simple OpenGL source, it would be useful to see after harvest
- 2022-03-23 20:36:48下载
- 积分:1
-
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut....
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut.-Vases, demonstration of the formation process of rotating the surface, very beautiful animation effects, use glut.
- 2022-09-09 03:45:03下载
- 积分:1
-
992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4....
992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口("GL"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
- 2022-09-03 15:45: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
-
OpenGL※※VC框架
OpenGL※※VC框架-OpenGL framework VC**
- 2022-01-25 15:50:57下载
- 积分:1
-
示例了在MFC框架中直接使用OPENGL API的必须的基本代码
示例了在MFC框架中直接使用OPENGL API的必须的基本代码-example of the MFC framework of the direct use of the OpenGL API to the basic code
- 2022-02-02 09:23:17下载
- 积分:1
-
使用粒子系统模拟彩虹的程序。
使用粒子系统模拟彩虹的程序。-The use of particle system simulation Rainbow procedures.
- 2022-03-11 01:31:22下载
- 积分:1