-
建立一个MFC control_part2.zip OpenGL
Setting Up OpenGL in an MFC Control_Part2.zip
- 2022-06-30 10:24:58下载
- 积分: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
-
社会网络脚本
这只是一个类似facebook的php脚本。你可以拥有许多高级功能,有些功能比facebook更强大。这也是一个伟大的脚本,以建立自己的社交网络
- 2023-02-03 04:15:04下载
- 积分:1
-
more texture expansion terrain in photorealistic rendering of one
多纹理扩展技术在真实感地形绘制中的应用
一偏横好的论文-more texture expansion terrain in photorealistic rendering of one-sided good thesis Wang
- 2022-03-25 02:57:59下载
- 积分:1
-
DDA画线通用算法,可以画任意斜率的曲线
DDA画线通用算法,可以画任意斜率的曲线-DDA line drawing algorithm generic, you can draw arbitrary slope of the curve
- 2022-12-10 05:30:03下载
- 积分:1
-
OpenGL的使用指南,系统全面的讲解了OpenGL的函数库的各个函数的功能,是学习OpenGL不错的知道书...
OpenGL的使用指南,系统全面的讲解了OpenGL的函数库的各个函数的功能,是学习OpenGL不错的知道书 -OpenGL, User Guide, systematic and comprehensive explanations of the OpenGL-library functions of the various functions, is to know a good book to learn OpenGL
- 2023-02-05 03:15:04下载
- 积分:1
-
把OpenGL转换为AVI动画片
把OpenGL转换为AVI动画片-put OpenGL converted to AVI animation
- 2022-08-07 02:43:10下载
- 积分:1
-
OpenGL example of an entry
OpenGL的一个入门例子,非常适合新手学习-OpenGL example of an entry
- 2022-08-24 04:38:27下载
- 积分:1
-
how the VC Rendering with OpenGL body fog of great reference value
介绍如何在VC下用OpenGL绘制体雾 极具参考价值-how the VC Rendering with OpenGL body fog of great reference value
- 2022-06-12 21:00:23下载
- 积分:1
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1