-
nurbs曲面绘制
VC++6.0编写的opengl nurbs曲面。对于nurbs曲面建立三维模型编程有一定的参考和帮助价值
- 2023-06-02 12:20:03下载
- 积分:1
-
GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用
GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用-GLUT 3.7 beta source distribution source classification (Unix tar format) Unix by
- 2022-08-06 16:05:20下载
- 积分:1
-
opengl源代码
opengl源代码-opengl source code
- 2022-08-06 16:15:31下载
- 积分:1
-
不使用DirectX或OpenGL作成的3D立方体效果
不使用DirectX或OpenGL作成的3D立方体效果-not use DirectX or OpenGL 3D cube make the results
- 2022-06-19 02:45:16下载
- 积分:1
-
the ripple effect of the water, the development of animation at the reference va...
水的涟漪效果,是开发动画时有参考价值...强烈推荐-the ripple effect of the water, the development of animation at the reference value strongly recommend ...
- 2022-06-20 02:57:45下载
- 积分:1
-
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.-The source is vc++ Environment stresses the use of OpenGL for dae file conversion. X file.
- 2022-09-04 05:10:03下载
- 积分:1
-
用Visual C++ 和openGL开发的地球旋转程序
用Visual C++ 和openGL开发的地球旋转程序-Using Visual C++ and openGL procedures developed by the Earth" s rotation
- 2022-02-12 18:35:48下载
- 积分:1
-
OPENGL基础模板 有光照,转置,投影等基本操作,对刚学习OPENGL有帮助...
OPENGL基础模板 有光照,转置,投影等基本操作,对刚学习OPENGL有帮助-OpenGL based templates are light, turn home, the basic operation of the projector, just learning to help OpenGL
- 2023-05-30 22:20:02下载
- 积分: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小例程,绘制了一个可以旋转及延Z轴方向运动的立方体...
在VC平台上编写的简单OpenGL小例程,绘制了一个可以旋转及延Z轴方向运动的立方体-In the VC platform OpenGL write a simple little routine, drawing can be rotated and the extension of a Z-axis movement of the cube
- 2022-03-16 04:51:33下载
- 积分:1