-
OpenGL函数查询大全,适合平常OpenGL开发使用,但是说明一点,是英文版的哦,也非常适用于新手做辅助用具...
OpenGL函数查询大全,适合平常OpenGL开发使用,但是说明一点,是英文版的哦,也非常适用于新手做辅助用具-OpenGL function query Daquan, suitable for normal development of the use of OpenGL, but to point out, is the English version of Oh, also apply to novice so aids
- 2023-05-17 06:25:03下载
- 积分:1
-
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!
一种运用 OpenGL编辑画图的框架!好好用啊!欢迎下载!-Use OpenGL drawing a framework for editing! Ah good use! Welcome to download!
- 2023-06-12 07:50:03下载
- 积分:1
-
ngplant 用于植物模型造型,三维,可更改各种参数来达到效果
ngplant 用于植物模型造型,三维,可更改各种参数来达到效果-ngplant model for plant modeling, three-dimensional, can change various parameters to achieve the desired effect
- 2022-03-17 02:30:19下载
- 积分:1
-
一维纹理映射的实例,用opengl的一维纹理实现一个漂亮的彩虹效果...
一维纹理映射的实例,用opengl的一维纹理实现一个漂亮的彩虹效果-one-dimensional texture mapping example, the use opengl one-dimensional texture to achieve a beautiful rainbow effect
- 2022-01-21 17:47:04下载
- 积分: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
-
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样
3D贴图,仿真地球,地球会自动旋转,如同从太空观看地球一样-3D map, simulation Earth, the Earth will be automatically rotation, as viewed from space, like the Earth
- 2022-01-25 17:25:42下载
- 积分:1
-
三维纹理,opengl
三维纹理,opengl- Three dimensional texture, opengl
- 2023-08-25 19:50:03下载
- 积分:1
-
a simple animation OpenGL
一个简单的OpenGL动画-a simple animation OpenGL
- 2022-05-07 13:48:32下载
- 积分:1
-
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建...
一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) triangle vertices of the three different colors mixed in a , to create beautiful color mixing. The results are pretty good!
- 2022-06-26 07:49:43下载
- 积分:1
-
垄断游戏很酷很好玩
monopoly game very cool and fun
- 2022-07-17 23:00:43下载
- 积分:1