-
采用粒子系统技术模拟一个圆球爆炸时碎片四溅的效果
采用粒子系统技术模拟一个圆球爆炸时碎片四溅的效果-use particle system simulation technology explosion of a ball of debris cascade effect
- 2022-02-07 11:35:32下载
- 积分:1
-
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。-OpenGL prepared using a three-dimensional curves and surfaces simulation procedures. Very suitable for beginners and familiar with the three-dimensional curves and surfaces concept.
- 2022-04-23 19:07:39下载
- 积分:1
-
use opengl development of a PDA graphics interface, transparent lid, with sound...
一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
- 2022-05-15 08:07:49下载
- 积分: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
-
3ds导入到Opengl可用源码----飞机模型(c语言版)
用于将3dsmax文件导入到opengl中的源代码例子,在vs2010下调试可用,很值得一看。文件内容简单明了,很能说明问题。
- 2022-07-12 12:21:05下载
- 积分:1
-
OpenGL source code 11
OPenGL超级宝典的源代码,11――13,很好适合初学着和作为参考书-OpenGL source code 11-10-- 13, good for beginners and as a reference book
- 2023-01-23 13:10:03下载
- 积分:1
-
OpenGL 虚拟地景生成系统
OpenGL 虚拟地景生成系统,比较简单,初学
- 2023-01-31 21:50:04下载
- 积分:1
-
一个基于VC++的OPENGL,很好的波形显示图例子.
一个基于VC++的OPENGL,很好的波形显示图例子.-a excellent openGL example about wave play based on VC++
- 2022-04-11 02:53:36下载
- 积分:1
-
openGL 例 本例源自OpenGL应用程序开发。
openGL 例 本例源自OpenGL应用程序开发。-OpenGLsamples-4
- 2022-06-21 01:09:39下载
- 积分:1
-
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。...
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。-implement animation in opengl. It is a good example to study this software together with textbook.
- 2022-02-22 01:17:18下载
- 积分:1