-
“虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM...
“虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生成速度为秒级,浏览时无停顿。-"to the virtual scene generation system" is based on Windows 2000 and Visual C 6.0 platform, using the basic function of OpenGL programming technology developed by 3D visualization results. Through simple DEM (Digital Elevation Model) data, establish grid model, in accordance with light intensity, elevation data and the value of a mathematical model, generate Hillshading, then it projection plane to achieve realistic simulation of the effect of undulating topography. The system uses XP style interface as well. It has transmission/switching are overhead projectors, roaming, zoom function. Support for layered Hillshading, compete against the creation, translation, rotation, rolling and vision adjustment, atomization,
- 2023-05-08 14:35:03下载
- 积分:1
-
彩色立方体OpenGL 绘制
彩色立方体OpenGL 绘制-OpenGL rendering color cube
- 2022-01-26 05:44:24下载
- 积分:1
-
opengl glut dll h文件 opengl glut dll h文件
opengl glut dll h文件 opengl glut dll h文件-opengl glut dll h
- 2022-02-01 12:00:37下载
- 积分:1
-
墙上的时钟
应用背景任何软件的设计取决于在该软件运行的计算机体系结构,其中的设计师需要知道系统的体系结构。设计过程中涉及的设计合适的算法,模块,子系统,接口等项目由本设计的实施过程中,墙上的时钟关键技术可怕的实施开放gl.very好项目挂钟
- 2022-01-26 08:31:40下载
- 积分: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
-
MD2调用,影子练习
MD2调用、影子做法-MD2 call, the Shadow practice
- 2022-06-12 06:41:47下载
- 积分:1
-
OpenGL fog examples of the application of procedures
OpenGL中雾的应用的例子程序-OpenGL fog examples of the application of procedures
- 2023-02-04 17:20:03下载
- 积分:1
-
OpenGL与建模软件MultiGen Creator的接口程序,可以在OpenGL中导入MultiGen Creator建好的模型(flt)WE...
OpenGL与建模软件MultiGen Creator的接口程序,可以在OpenGL中导入MultiGen Creator建好的模型(flt)WE-this program is an interface between OpenGL and MultiGen Creator,it can be used to introduce flt model created by MultiGen Creator to openGL.
- 2022-08-19 20:36:33下载
- 积分:1
-
介绍了两种投影变化及其相关的函数,可以清楚看出这两种变化的差别...
介绍了两种投影变化及其相关的函数,可以清楚看出这两种变化的差别-introduced two projectors and related changes in the function, it can be clearly seen that the difference between the two changes
- 2022-02-25 06:57:55下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-08-17 11:32:04下载
- 积分:1