-
OpenGL作的3D游戏
OpenGL作的3D游戏-OpenGL does 3D plays
- 2022-03-04 07:21:44下载
- 积分:1
-
水波模拟。工具:OpenGL +过剩
水波纹的模拟。工具:Opengl+glut-ripple simulation. Tools : Opengl+ glut
- 2023-08-17 06:35:03下载
- 积分:1
-
边学边编的基于opengl的搜索雷达显示界面
边学边编的基于opengl的搜索雷达显示界面-Prepared to learn opengl-based search radar display
- 2022-04-29 00:20:45下载
- 积分:1
-
OpenGL
基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
- 2023-06-07 07:30:03下载
- 积分:1
-
使用OpenGL库,C Builder环境下地形仿真系统三
利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such as mobile operators, the use of different elevation of different colors, not to be labeled, and to increase the effects of light, shows a more realistic!
- 2023-08-01 12:45:03下载
- 积分:1
-
The use of virtual reality technology used in modeling Creator Tutorial
虚拟现实技术使用Creator建模所用教程-The use of virtual reality technology used in modeling Creator Tutorial
- 2022-07-01 12:45:08下载
- 积分:1
-
利用OPENGL做的日地月模型,适合于图形学初学者以及opengl初学编程...
利用OPENGL做的日地月模型,适合于图形学初学者以及opengl初学编程-OPENGL done on the use of the Earth-Moon model, suitable for beginners as well as the opengl graphics programming beginners
- 2023-03-05 04:45:04下载
- 积分:1
-
math3d库(非原创)
(不是我原创的,但不记得从哪里下载的了)《openGL超级宝典》里面用到的库。可以做3D矩阵变换等。用途:openGL可以做矩阵变换,如平移、旋转、缩放,但是计算结果不能显式获取。使用math3d库可以计算一个向量经上述变换后的新坐标,并写入变量供程序的其他部分使用。
- 2022-07-27 22:42:26下载
- 积分: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
-
In the comparison of data or presentation, a chart image is not only very intuit...
在进行数据比较或者演示时,一个形象的图表不但非常直观,而且也很生动。本实例介绍如何在Delphi中设计形象的三维饼图。
向窗体上添加一个TVtChart组件和一个TTimer组件,其中TVtChart组件用于显示饼图,而TTimer组件用于不停地改变饼图的数据,获得动态的效果
-In the comparison of data or presentation, a chart image is not only very intuitive, but also very lively. Examples of how the introduction of the Delphi to design the image of three-dimensional pie chart. To add a TVtChart form components and a TTimer components, including components used to display TVtChart pie, and TTimer components continuously change the pie chart for the data, access to dynamic effects
- 2022-06-13 23:24:30下载
- 积分:1