-
OpenGL如此美丽的喷泉
opengl做漂亮的喷泉-opengl so beautiful fountains
- 2022-03-10 20:35:41下载
- 积分:1
-
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL...
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL extension Toolkits
GL2PS
GLtrace
Industry develop Toolkits
-Introduction OpenGL development tools. Including
- 2022-04-19 06:10:08下载
- 积分:1
-
Open GL Triangle 示范代码
Open GL Triangle 示范代码 格式为 .cpp
- 2023-01-30 07:00:03下载
- 积分:1
-
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。...
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。-vc6 use of the environment, based on t cg and the displacement map to achieve results. The need for programmable graphics pipeline support.
- 2022-07-01 10:09:44下载
- 积分: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
-
游戏编程,模仿大型地形生成,包含LOD等技术
游戏编程,模仿大型地形生成,包含LOD等技术-game programming, copying large terrain generation, including LOD technology
- 2022-02-27 00:28:50下载
- 积分:1
-
OpenGL实现多场景
OpenGL实现多场景-OpenGL more scenes
- 2022-01-28 18:29:03下载
- 积分:1
-
一个小的使用OpenGL和MFC VRML浏览器
A small VRML viewer using OpenGL and MFC
- 2022-03-29 06:42:19下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动...
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动-Area method to calculate the fractal dimension images, in front of a few lines with a curve that extended to surface, please according to their own changes to the actual situation
- 2022-03-24 22:52:02下载
- 积分:1