-
OpenGL 3D场景漫游
用OpenGL实现的一个用C代码实现基于OPENGL的小范围的场景漫游,完整的代码(代码功能加以注释),一个老师布置的小作业。
- 2022-12-11 11:20:03下载
- 积分:1
-
Bezier 曲面
Bezier 曲面
- 2023-03-16 00:15:03下载
- 积分:1
-
opengl 和c++实现的Rain动画效果
opengl图形处理 和在c++下,编程实现实现的Rain动画效果,充分应用opengl库函数的优秀例子
- 2022-05-28 21:31:52下载
- 积分:1
-
一个用OpenGL写得时钟,还算一般,呵呵。
一个用OpenGL写得时钟,还算一般,呵呵。-A clock written using OpenGL, fairly general, huh, huh.
- 2023-01-31 01:45:04下载
- 积分:1
-
cubgs-src函示庫
资源描述simplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimplesimple
- 2022-10-15 00:00:04下载
- 积分:1
-
based on the c# opengl library. Including csgl.dll. including csgl.native.d
基于c#的opengl库.包括csgl.dll,包括csgl.native.d-based on the c# opengl library. Including csgl.dll. including csgl.native.d
- 2022-04-30 07:50: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
-
用opengl和VC++实现的飞机俯冲的过程
用opengl和VC++实现的飞机俯冲的过程-Use opengl and VC to achieve the process of subduction of the aircraft
- 2022-07-18 16:50:19下载
- 积分:1
-
ball OpenGL display
OPENGL球体显示-ball OpenGL display
- 2022-03-24 10:39:58下载
- 积分:1
-
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。...
本程序使用OpenGL粒子系统实现了星云的简单模拟。粒子随机产生,粒子使用了各个基本属性。程序有详尽的说明,初学者更容易学习和掌握粒子系统,是很好的学习材料。-procedures for the use of the OpenGL particles of the planetary system to achieve a simple simulation. Randomly generated particles, the particles using various fundamental attributes. Procedures are spelled out, beginners are easier to learn and master particle system, is a very good learning materials.
- 2022-02-03 17:15:15下载
- 积分:1