-
chinege game too easy to play
chinege game too easy to play
- 2022-01-26 01:09:30下载
- 积分:1
-
OpenGL 3D例子
OpenGL 3D例子-OpenGL 3D example
- 2022-01-25 19:04:26下载
- 积分:1
-
这是基于VC的opengl绘图程序,只给出了框架…
这是关于基于Opengl的vc绘图程序,其中只给出框架程序,其中细节读者可以自己完成!-This is based on the vc Opengl mapping procedures, which only gives the framework of procedures, details of their own readers!
- 2022-02-20 19:48:28下载
- 积分:1
-
OPENGL红宝书及源码
OPENGL红宝书及源码-OpenGL source and Red Treasure Book
- 2022-03-25 11:01:18下载
- 积分: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
-
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。...
Delphi环境下基于OpenGL实现粒子系统,有喷泉、星空、瀑布等自然景观。-Delphi environment to achieve particle system based on OpenGL, a fountain, Star, waterfalls and other natural landscape.
- 2022-08-02 10:40:55下载
- 积分:1
-
聆听OpenGL
lingting opengl
- 2022-05-25 18:36:41下载
- 积分:1
-
水波模拟,OPENGL的粒子程序,效果逼真!
水波模拟,OPENGL的粒子程序,效果逼真!-wave simulation, OpenGL particles procedures, lifelike!
- 2022-04-07 03:46:10下载
- 积分:1
-
OpenGL教学,三维图形绘制
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2022-01-25 20:35:44下载
- 积分:1
-
OpenGL实现旋转、平移、缩放与贴图
OpenGL立方体在世界坐标系中实现缩放、旋转、平移、顶点片源着色器、光照作用、棋盘纹理贴
- 2022-04-06 19:31:56下载
- 积分:1