-
API监测释放
API Monitoring Unleashed
- 2023-05-11 23:15:03下载
- 积分:1
-
wrl 文件的读取
主要是utf8 vrml (wrl)文件的读取,利用opengl MFC C++ 编写的 ,提供给广大同学学习,有不托之处还希望指正。
- 2023-02-09 07:25:03下载
- 积分:1
-
graphics line drawing examples procedures, OpenGL framework, we can!
图形学画直线实例程序,OPENGL构架,可以看看!-graphics line drawing examples procedures, OpenGL framework, we can!
- 2022-05-18 12:20:49下载
- 积分:1
-
opengl入门,画图的各种步骤比较详细
opengl入门,画图的各种步骤比较详细-opengl portal, drawing the various steps in more detail
- 2022-10-10 15:05:03下载
- 积分:1
-
OpenGL的简单扩展库源
OpenGL easy extention library with source
- 2022-04-15 02:54:23下载
- 积分: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
-
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。...
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。-[The Complete Works of the English game programming books] .3 D_case_study_using_opengl, through a case study to OpenGL.
- 2022-03-02 20:11:23下载
- 积分:1
-
采用vc+opengl制作的虚拟手抓取软件,实现了三维物体的定位及坐标转换...
采用vc+opengl制作的虚拟手抓取软件,实现了三维物体的定位及坐标转换-using vc opengl produced by the virtual hand crawls software, a three-dimensional object positioning and coordinate conversion
- 2022-03-10 06:37:14下载
- 积分:1
-
这个是老师留的作业,用OpenGL方针一个机械手开/关一个灯泡
这个是老师留的作业,用OpenGL方针一个机械手开/关一个灯泡-the teachers to stay the operation of a principle with OpenGL manipulator on/off a light bulb
- 2022-03-24 10:06:26下载
- 积分:1
-
使用opengl开发的天空和水的效果,内附源码
使用opengl开发的天空和水的效果,内附源码-Use opengl development of the effects of sky and water, enclosing the source
- 2022-03-22 15:53:07下载
- 积分:1