-
OpenGL source Palette
OpenGL源代码Palette -OpenGL source Palette
- 2023-07-03 19:55:03下载
- 积分:1
-
粒子系统。粒子的生命,颜色,衰减等的模拟。以及向外发散的效果。
粒子系统。粒子的生命,颜色,衰减等的模拟。以及向外发散的效果。-Particle system. Particles of life, color, attenuation of the simulation. As well as the outward divergent results.
- 2023-03-14 12:15:04下载
- 积分:1
-
固体遮蔽基本对象
这是在 c + + 中使用 opengl,帮助我们绘制 Solid_Shaded_Basic_Objects 代码,您可以绘制多维数据集,茶壶,......这是一个基本的形状,project.i 将这用于我的项目是设计一个房间,有所有的东西像一张桌子、 茶壶、 喝杯茶,围拢的一切。希望每个人都想要开始用 opengl 帮助 them.good 和运气
- 2023-05-03 22:00:04下载
- 积分:1
-
opengl 教程~很实用,自己在vc中实现动画,效果很好哦~
opengl 教程~很实用,自己在vc中实现动画,效果很好哦~-opengl Guide ~ very useful, in its own animation vc achieve good results, oh ~
- 2022-01-22 11:34:24下载
- 积分:1
-
使用opengl作出的图形~~出现光环,小的可以绕着大的运转!并且发生明暗变化!...
使用opengl作出的图形~~出现光环,小的可以绕着大的运转!并且发生明暗变化!-Make use of opengl graphics ~ ~ appear halo, a small operation can be around big! And shading changes occur!
- 2023-08-10 17:35:03下载
- 积分:1
-
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能...
一款经典的vc opengl例程。实现了多种绘图效果。并且提供了视角变换功能-vc opengl routines. Achieve a variety of graphics effects. And to provide a perspective transformation function
- 2023-04-23 07:20:02下载
- 积分:1
-
3DS document reader. Receivers also Enough of fast are you.
3DS文件读取程序。
啥也别说了,快下吧。
-3DS document reader. Receivers also Enough of fast are you.
- 2022-01-26 14:16:51下载
- 积分:1
-
用OPENGL做的3维的几何零件图形。大家
用OPENGL做的3维的几何零件图形。大家-do with the OpenGL 3-dimensional geometric graphics parts. We look at
- 2022-03-01 04:11:02下载
- 积分:1
-
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。
有OpenGL实现的decal贴图,decal贴图技术可实现爆炸、子弹射击等的痕迹效果。程序经测试运行正确。-Realize the decal has OpenGL textures, decal mapping technology can realize explosions, bullets and other traces of fire effects. Procedures have been tested to run correctly.
- 2022-03-11 05:35:53下载
- 积分: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