-
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的...
① 通过几何变换函数实现场景的平移、缩放、旋转,从而实现从各个角度观察场景,即视点固定,场景变化。
本实验目的不在于建模,因此场景可以通过调用glut库中的函数直接绘制,如立方体
。 -① through the geometric transformation function realize scenes of translation, scaling, rotation, and thus realize the scene from various angles, that is a fixed point of view, the scene changes. The purpose of this experiment does not lie in modeling, so scenes can be by calling the library function glut direct mapping, such as the cube.
- 2022-04-17 17:40: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开发的求法矢量的简单例题程序
VC++与openGL开发的求法矢量的简单例题程序-VC++ With openGL developed a simple method Vector Example procedures
- 2022-01-22 12:33:18下载
- 积分:1
-
OpenGL VC++開起視窗
始用Microsoft VC++2013 用OpenGL開起視窗,實現實體模型切層的演算法,指令glClipPlane(指定欲切平面)範例說明。
- 2022-04-15 21:41:43下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1
-
水波浪的OpenGL源代码,对于实现水面特效有参考…
实现水波浪的OpenGL源代码,对于实现水面特效有参考价值。A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.-water wave OpenGL source code, for the achievement of surface effects have reference value. A OpenGL sourcecode to realizing water wave. It is useful for whom want to realize water surface effect.
- 2022-12-12 03:20:03下载
- 积分:1
-
利用opengl绘制三次bezier曲线,B
利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出-Use opengl rendering three Bezier curves, B drawn curve C all redraw redraw E curve Q Quit
- 2022-03-21 00:13:33下载
- 积分:1
-
OpenGL中纹理贴图、滤波、光照和雾化效果编程初步
OpenGL中纹理贴图、滤波、光照和雾化效果编程初步-OpenGL textures, filter, light and atomizing effect of the initial programming
- 2023-04-24 23:00:04下载
- 积分:1
-
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。...
在MFC下,利用OpenGL实现了一个水坝坍塌的过程,对边界以及障碍物进行了物理的定义。-In MFC, the use of OpenGL to achieve a process of collapse of a dam on the border, as well as a physical barrier definition.
- 2022-02-12 00:15:12下载
- 积分:1
-
nehe opengl 第二课
nehe opengl 第二课-nehe opengl second cla
- 2023-05-08 10:50:03下载
- 积分:1