-
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。...
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。-a lens to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to create three-dimensional objects, the effect is pretty good.
- 2022-04-10 03:39:38下载
- 积分:1
-
opengl编程教程
opengl编程教程-opengl Programming Guide
- 2022-07-04 02:47:17下载
- 积分:1
-
opengl环境配置测试代码
资源描述介绍了opengl在MSVC 2015上的配置,包括freeglut,glew和gltools的配置,也有配置后检验配置是否完成的测试代码。
- 2022-01-28 19:50:58下载
- 积分:1
-
利用OPENGL做的日地月模型,适合于图形学初学者以及opengl初学编程...
利用OPENGL做的日地月模型,适合于图形学初学者以及opengl初学编程-OPENGL done on the use of the Earth-Moon model, suitable for beginners as well as the opengl graphics programming beginners
- 2023-03-05 04:45:04下载
- 积分:1
-
opengl Programming Guide
opengl编程指南-opengl Programming Guide
- 2022-01-28 06:54:16下载
- 积分:1
-
open访问activex的一个例子,介绍了调用active的方法
open访问activex的一个例子,介绍了调用active的方法-open access activex example, introduced the method of active call
- 2022-03-24 07:24:57下载
- 积分:1
-
OpenGL 3D graphics transformation, using network technology checkered Lane allud...
OpenGL实现3D图形变换,采用网格纹里影射技术-OpenGL 3D graphics transformation, using network technology checkered Lane alluding
- 2022-03-13 09:08:42下载
- 积分:1
-
opengl 显示三维点云数据
我是刚开始接触三维点云处理,这个例程提供了两个点云数据的文件,可以通过该例程实现三维点云数据的显示,以及实现鼠标对图形的操作这个例子使用c++和opengl编写的,可以给新手看,特别好
- 2022-05-30 07:26:17下载
- 积分:1
-
olidjaflsjfslkjfsldfaslkf OpenGL
olidjaflsjfslkjfsldfaslkf opengl
- 2022-05-31 12:35:48下载
- 积分: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