-
使用opengl,实现最基本的纹理映射,适合初学者使用
使用opengl,实现最基本的纹理映射,适合初学者使用-Use opengl, texture mapping to achieve the most basic for beginners to use
- 2022-08-08 17:55:15下载
- 积分: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
-
使用GLSL实现简单的对图像的处理包括了模糊,锐化,膨胀,侵蚀,边缘检测,和一些简单的光照...
使用GLSL实现简单的对图像的处理包括了模糊,锐化,膨胀,侵蚀,边缘检测,和一些简单的光照-GLSL realize the use of simple image processing, including fuzzy, unsharp, swelling, erosion, edge detection, and some simple light
- 2022-04-16 21:12:38下载
- 积分:1
-
VC environment opengl programming source code, including NURBS surfaces mapping.
VC环境下opengl编程源代码,包括nurbs曲面的绘制。-VC environment opengl programming source code, including NURBS surfaces mapping.
- 2022-03-14 08:00:51下载
- 积分:1
-
游戏编程,模仿大型地形生成,包含LOD等技术
游戏编程,模仿大型地形生成,包含LOD等技术-game programming, copying large terrain generation, including LOD technology
- 2022-02-27 00:28:50下载
- 积分:1
-
OpenGL domain collision effects demo
OPENGL入门之 碰撞效果演示-OpenGL domain collision effects demo
- 2022-03-23 03:15:50下载
- 积分:1
-
a library with OpenGL into 3DS model
一个函数库,用OpenGL导入3DS模型-a library with OpenGL into 3DS model
- 2022-03-30 05:44:13下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 立方体-OpenGL graphic example- cube
- 2022-05-05 04:38:45下载
- 积分:1
-
本书详细介绍了OpenGL OpenGL
基于opengl的opengl书籍设计
- 2022-05-22 02:08:06下载
- 积分:1
-
random terrain generation source code used VC.net2003
基于opengl的随机地形生成源代码
用VC.net2003-random terrain generation source code used VC.net2003
- 2022-07-21 18:13:19下载
- 积分:1