-
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
-
游戏编程,模仿大型地形生成,包含LOD等技术
游戏编程,模仿大型地形生成,包含LOD等技术-game programming, copying large terrain generation, including LOD technology
- 2022-02-27 00:28:50下载
- 积分:1
-
opengl es 1.0 光照效果的添加与设置
opengl es 1.0 光照效果的添加与设置-opengl es 1.0 light
- 2022-04-24 03:12:44下载
- 积分:1
-
游戏中的图形
应用背景这是一个简单的代码来了解这个开放的相机控制Open GL全图形funcnality也嵌入..............................................关键技术这个问题是完全基于Visual C++和内置Microsft Visual Studio,这是源代码....... ;.................这是基于VC++。
- 2022-05-26 02:34:51下载
- 积分:1
-
目的
Objective-C,英文版,学习苹果开发的基础语言-Objective-C
- 2022-03-16 22:10:08下载
- 积分:1
-
作者: junglesong
这是我过去进行一个OpenGL项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移...
作者: junglesong
这是我过去进行一个OpenGL项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处.
由于源程序涉及到保密问题不能和盘托出,请见谅.
junglesong@etang.com-Author : junglesong This is my last OpenGL for a project to use the "three-dimensional vector space/point "and related functions, they can use a definition of space vector/points, for the vector translation, zooming and rotation, using correlation function can also achieve two fork by Vector, a vector to be the absolute length of a vector unit, 3:00 been a decision of the vertical plane of Vector (those units), a space to be the distance between two points, Vector to be the two plot points, to be the angle between two vectors such operations, as a user-use, Each function has detailed notes, a particularly important point if the calculation vector plot, fork also took note, we hope to have use
- 2023-01-23 15:20:04下载
- 积分:1
-
c语言实现的2D矢量图形算法库,提供跨平台特性,通过基于OPENGL扩展模块能够实现硬件加速。...
c语言实现的2D矢量图形算法库,提供跨平台特性,通过基于OPENGL扩展模块能够实现硬件加速。-c language algorithm for 2D vector graphics library to provide cross-platform features, the expansion module OPENGL based hardware acceleration can be achieved.
- 2023-08-08 00:30:04下载
- 积分:1
-
在本文中,绘制一个三维的立方体纹理映射,以实现光矩阵的反式…
本文绘制了一个3D立方体 实现了纹理映射
光照处理 矩阵变换 以及键盘控制等技术-In this paper, drawing a 3D cube texture mapping to achieve a light matrix transformation, as well as deal with the keyboard control technology
- 2022-08-21 08:10:06下载
- 积分:1
-
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用-the viewer of wrl
- 2022-02-07 11:14:27下载
- 积分:1
-
图像处理程序OpenGL编程Chap08_Triangle.rar
图像处理程序OpenGL编程Chap08_Triangle.rar-Image processing procedures for OpenGL programming Chap08_Triangle.rar
- 2022-02-21 14:37:48下载
- 积分:1