-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-22 02:50:39下载
- 积分:1
-
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!-VC write OpenGL 3D a wooden box, for beginners to learn, we can look at the download!
- 2022-07-09 21:22:08下载
- 积分:1
-
The goal of this project is to create an interactive teaching demo for Bezier su...
The goal of this project is to create an interactive teaching demo for Bezier surface patch. It can be used in CAGD courses, and help the students to have a better understanding of Bezier surface patch.
- 2023-02-23 16:50:03下载
- 积分:1
-
opengl入门程序
opengl快速入门上的远程序,vs2010,下载同一个解决方案下,注意修改下lib库的目录,主要分为光照,动画,缓冲区,混合 ,镂空等例子
- 2022-06-16 17:48:46下载
- 积分:1
-
印刷用OpenGL
Printing by openGL
- 2022-04-29 13:44:05下载
- 积分:1
-
osg立体图形绘制代码
osg立体图形绘制代码
- 2023-01-07 22:50:03下载
- 积分: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
-
图形学程序,vc写的原始纹理实现例子,没有用opengl等图形系统,完全自写代码,推荐下载。...
图形学程序,vc写的原始纹理实现例子,没有用opengl等图形系统,完全自写代码,推荐下载。-graphics procedures, vc wrote the original texture achieve example, no use opengl other graphics system, completely self-written code to download.
- 2022-02-11 19:37:47下载
- 积分:1
-
OpenGL源代码18
OPenGL超级宝典的源代码,18――19,很好-OpenGL source code 18-27-- 19, good
- 2022-02-10 03:31:19下载
- 积分:1
-
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar
图像处理程序,OpenGL编程OpenGChap02_MultiView.rar-Image processing procedures, OpenGL Programming OpenGChap02_MultiView.rar
- 2022-08-26 08:02:50下载
- 积分:1