-
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块...
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块-OPENGL developed using a small engine, including the graphics processing module, particle system module, input, audio module, UI module
- 2022-07-18 07:20:57下载
- 积分: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
-
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的
虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的 -Virtual Reality Simulation in the effects of the explosion is not the effect is on many occasions to be able to use the
- 2022-01-25 16:27:38下载
- 积分:1
-
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏
一个简单的3D射击游戏的游戏引擎,功能类似于CS游戏-A simple 3D shooting game of the game engine, features similar to CS game
- 2022-05-30 21:44:12下载
- 积分:1
-
VTK的例子程序,实现图像的显示,调用VTK图像显示控制…
vtk实例程序,实现图像显示,调用vtk控件实现图像显示-VTK examples of procedures, to achieve image display, call VTK image display controls to achieve
- 2022-02-12 11:49:21下载
- 积分:1
-
OpenGL的三维系统的一个很好的电子书
opengl 3d system a good ebook
- 2022-01-28 16:22:07下载
- 积分:1
-
凸de多边形图案填充实例程序
这个 源文件特别适合那些初学者 对于初学者来说,此源文档可以很的帮助他们深刻一些函数,并使他们尽快的对Opengl 入门,此源文件不是我本人变得 是从百度上,一位高人那里淘来的,原谅的拷贝 ,
- 2022-07-14 06:25:34下载
- 积分:1
-
封闭多边形影线填充openGL
资源描述先输入多边形的点数,再在弹出窗口中点击鼠标左键,每点一次左键,就显示出该点,并在原窗口中记录下该点的坐标。当点到相应数目时,再在原窗口中输入影线的倾角斜率、间距,则弹出窗口中会自动画出封闭多边形并自动填充。在弹出窗口中点击鼠标右键刷新。
本算法类似于扫描线填充算法。
- 2022-01-28 14:02:28下载
- 积分:1
-
More than one document and more as the opengl environment in the other two, as i...
一个多文档多视的opengl 环境 可以在其他两个视里随便写一些东西-More than one document and more as the opengl environment in the other two, as in not write something
- 2022-02-05 08:22:42下载
- 积分:1
-
vc++结合opengl类库编出来的云彩的动态模拟
vc++结合opengl类库编出来的云彩的动态模拟-vc++ class libraries compiled with opengl out of the clouds of the dynamic simulation of
- 2022-05-23 07:48:46下载
- 积分:1