-
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果-not use DirectX or OpenGL 3D cube make the results Author : po not use DirectX or OpenGL and 3D cube achieve results
- 2022-06-13 22:58:41下载
- 积分:1
-
opengl_rotateandzoom
利用opengl程序来实现椭球体的绘制,设置窗口的背景色,实现顶点、线框、面的方式显示,可以对椭球体进行旋转以及沿着XYZ轴缩放,以模拟现实
- 2022-07-18 01:13:36下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分: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++开发的 3ds模型 导入软件 可对模型进行可视化修改...
_基于opengl 利用vc++开发的 3ds模型 导入软件 可对模型进行可视化修改-_ Based on the use of opengl in vc++ to develop software to import 3ds model to modify the model visualization
- 2022-02-06 19:19:00下载
- 积分:1
-
演示在OPENGL下图形的缩放操作
演示在OPENGL下图形的缩放操作-demonstration under the OpenGL graphics scaling operation
- 2022-02-15 10:14:28下载
- 积分:1
-
这是OPENGL和VC制作的桌面应用程序,动画效果,可以在桌面上移动.可以设置参数,形式多变....
这是OPENGL和VC制作的桌面应用程序,动画效果,可以在桌面上移动.可以设置参数,形式多变.-This is OpenGL and VC production of desktop applications, animation effects, be on the table moving. can set parameters varied forms.
- 2022-04-08 16:48:15下载
- 积分:1
-
香椿阴影算法的C++实现经典的绘制,程序采用C++的…
经典渲染算法toon shading的C++实现,程序采用C++和OpenGL实现-Classic rendering of toon shading algorithm C++ Achieve, procedures using C++ And OpenGL to achieve
- 2022-05-12 21:22:11下载
- 积分:1
-
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。-in Visual C 6.0 environment, the development of the OpenGL pendulum movement of the simulation.
- 2022-01-22 10:45:21下载
- 积分:1
-
c# 开发的opengl的程序,关于地球仪的东西。 可以看下。
c# 开发的opengl的程序,关于地球仪的东西。 可以看下。-opengl development of the procedures on the globe things. Can a glance.
- 2022-02-04 11:18:37下载
- 积分:1