-
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 3轴机器人完整程序
OPENGL 3轴机器人 雅克比计算 正逆运动学,适合初学者!希望能对大家有用,有不对的地方,请大家见谅!完整的源程序代码,可以自信的阅读一下!
- 2022-08-14 20:44:56下载
- 积分:1
-
用mfc opengl编写的,转动的球,可能会有数组越界的错误
用mfc opengl编写的,转动的球,可能会有数组越界的错误-mfc opengl prepared with the rotation of the ball, there may be cross-border array of mistakes
- 2022-08-18 23:30:30下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
OpenGL※※VC框架,包含单文档,多文档,对话框。
OpenGL※※VC框架,包含单文档,多文档,对话框。-OpenGL** VC framework consists of a single file, multi-file, the dialog.
- 2022-02-20 16:25:38下载
- 积分:1
-
图像拼接实现
用于多幅重复边缘图像的拼接,可以自动对多幅图像的重复边缘进行匹配,删除图像冗余信息,实现多张图像的拼接,用于将多幅图像合成一幅图像
- 2022-08-26 12:51:21下载
- 积分: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
-
open GL 编程,具体请运行程序
open GL 编程,具体请运行程序-open GL programming, please run the program specific
- 2022-03-24 20:51:56下载
- 积分:1
-
使用opengl和c++实现的inverse kinematics程序
使用opengl和c++实现的inverse kinematics程序
- 2022-02-03 13:38:36下载
- 积分:1
-
this the project crated to display the solar sytem... plese check it
this the project crated to display the solar sytem... plese check it-this is the project crated to display the solar sytem... plese check it
- 2023-06-09 08:30:03下载
- 积分:1