-
OpenGL图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。...
OpenGL图像绘制,构造一个窗体,显示一个旋转的立方体和一个旋转的四边体。-OpenGL image rendering, to construct a form, showing a rotating cube and a rotating four-sided body.
- 2022-09-25 01:35:03下载
- 积分:1
-
迷你星球产生器(OpenGL源码)
迷你星球产生器(OpenGL源码) - 简单的小工具,把输入的cubemap图片转换为“微型星球”图片。保存为高分辨率(4096)的图片到桌面。注意:需要OpenGL GLSL支持。-Planet Mini Generator (OpenGL source)- a simple gadget, the input picture is converted to cubemap
- 2022-07-14 10:37:24下载
- 积分:1
-
Open 3DS files and can provide a variety of zoom operation Council
打开3DS文件 能够提供并进行各种缩放评议操作-Open 3DS files and can provide a variety of zoom operation Council
- 2022-04-18 23:03:28下载
- 积分:1
-
一个简单的OPENGL源程序,看后会很有收获
一个简单的OPENGL源程序,看后会很有收获-a simple OpenGL source, it would be useful to see after harvest
- 2022-03-23 20:36:48下载
- 积分:1
-
opengl开发的游泳池的制作程序,包括演示程序,和开发源代码,是cg游戏爱好者的学习好材料...
opengl开发的游泳池的制作程序,包括演示程序,和开发源代码,是cg游戏爱好者的学习好材料-opengl development of swimming the production process, including a demonstration procedures, and open source, is cg game enthusiasts to study materials
- 2022-01-26 05:45:05下载
- 积分:1
-
A good opengl example of sea and whales
A good opengl example of sea and whales
- 2022-07-19 07:07:38下载
- 积分: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
-
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做的水波效果演示,需cg库
VC+Opengl做的水波效果演示,需cg库-VC Opengl does the wave effect demonstration, needs the cg
storehouse
- 2022-11-04 04:40:03下载
- 积分:1
-
用opengl的粒子效果模拟火的场景,内附源码及3d模型
用opengl的粒子效果模拟火的场景,内附源码及3d模型-use opengl effects of particle simulation of the fire scene, enclosing source and 3d model
- 2022-04-09 23:36:15下载
- 积分:1