-
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!...
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!-use opengl generate topographic surface and can use the keyboard to control the roaming effect. This procedure is very valuable, and the production was very good!
- 2023-05-15 08:50:03下载
- 积分:1
-
介绍在VC中运用opengl进行3D编程的方法
介绍在VC中运用opengl进行3D编程的方法-Introduced in the VC to use opengl for 3D programming method
- 2022-01-30 12:38:56下载
- 积分:1
-
一个简单的用opengl写的函数,是为最初的程序设计者设计的
一个简单的用opengl写的函数,是为最初的程序设计者设计的-A simple to use opengl to write a function for the initial design process designers
- 2023-04-22 00:20:03下载
- 积分:1
-
图形学实现旋转光照纹理3D等效果
c++,openfl,纹理,光照,旋转,3D图形学实现旋转光照纹理3D等效果
- 2023-07-15 11:35:04下载
- 积分:1
-
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习...
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习-In MFC single document written under the texture mapping opengl example, suitable for beginners to learn opengl
- 2023-06-04 05:30:03下载
- 积分:1
-
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。...
本程序是使用opengl来实现贴片法画球,所编写的代码较简单,也易读懂。-use of this procedure is to achieve opengl patch paintings ball, prepared by the code more simple and easy to understand.
- 2022-10-22 04:10:03下载
- 积分:1
-
opengl
opengl-2.0 specification
- 2022-01-31 22:03:13下载
- 积分:1
-
coons 边界曲面的构造例子,用opengl进行可视化,
coons 边界曲面的构造例子,用opengl进行可视化,-coons tectonic boundary surface, by using opengl for visualization,
- 2022-03-21 13:28:52下载
- 积分:1
-
基于vc++6.00下OPENGL开发的三维地形编辑器
基于vc++6.00下OPENGL开发的三维地形编辑器-under development OpenGL 3D terrain editor
- 2023-07-26 15:50:03下载
- 积分: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