搜索资源列表
cael-1.5.tar
- 它运行一个蜂窝汽车模拟系统,并支持一套可以是Conway的生命游戏的规则,但是可以通过修改以在更广泛的其它蜂窝汽车模拟系统上运行.它使用OpenGL来处理图形,但不支持3D.可能的网格尺寸只受限于处理器的处理能力和内存大小.用户可以放大网格,直到其尺寸填满整个窗口 也可缩小网格直到整个网格是可见的. -CAEL stands for Cellular Automata Engine (Life). It runs a cellular automata simulation with a set
MapMaker
- “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
OGL_1for3
- 包含了四个opengl代码,分别是cubes,grid,quark,stars,都是经典的例程,代码简明,效果惊人,本人从中受益匪浅,适合opengl初级和中级学者。-contains four opengl code, namely cubes, grid, Quark, stars are the classic routines, code simple, stunning effect, I benefited from, opengl for primary and secondary
lgq
- 读取规则格网文件,生成三角网形式的三维场景-read the rules grid paper, generate the form of triangulation 3D Scene
dem_make_show
- 基于散点数据生成dem文件(virtual zuo 格式),同时完全模拟了dem数据绘制格网的算法(抗无效点(-9999.9)分析),非基于opengl!-based on discrete data generated dem paper (virtual zuo format), while fully simulated dem data mapping grid algorithm (anti invalid points (-9999.9) Analysis) non-based op
gldemostrate
- 这是我 见过的最适合初学者的OPENGL源代码,包含了OPENGL的编程的基本方面,界面设计的也很全面,读入地学规则格网数据-This is the best I have seen for beginners the OpenGL source code, OpenGL contains the basic programming, interface design is also very comprehensive, time-study data grid rules
OpenGL_MC
- 基于OpenGL和vc++。对一套网格化后的.GRD文件运用MarchingCube方法绘制的等值面。 marchingtcube.h文件可重复利用。-based on OpenGL and vc. On a grid of the. GRD document mapping method used MarchingCube the isosurface. Marchingtcube.h paper can be reused.
LO-monidixing
- 在比较大的场景中要想得到相应的实时效果就不得不牺牲时间进行。LOD技术正是解决这一问题的有效途径!本程序通过在场景中使用LOD技术模拟地形。根据不同层次的网格点数的数据来绘制,对于初学LOD的人很有帮助哟!-in the larger scene in order to obtain the corresponding real-time effects would have to sacrifice time. LOD technology to solve this problem is t
opengl_water
- opengl网格法实现水波的模拟,对初学者应该有所帮助-opengl grid method to achieve the wave simulation, for beginners should help
OpenGL_viewer
- OpenGL实现网格模型读入,编辑功能,包含源代码及演示-OpenGL grid model of reading, editing functions, including source code and demo
LodSphere
- LOD编程实例,在程序中根据视点与对象的距离,以不同的网格来绘制球体。-LOD programming examples, in proceedings under View and the distance between objects, a different grid to map Spheres.
gl_mesh_output.rar
- 一个使用OpenGL开发网格模型的例子,通过本例子可以学习如何通过OpenGL开发VRML和3DS网格,The use of OpenGL to open a model example of Grid, through the examples, we can learn how to develop VRML through OpenGL and 3DS Grid
AContourLineForACassiniFunctio
- 该程序是Cassini椭圆函数的等高线曲线,再VC++MFC环境下用OpenGL绘制,本程序采用的方法是利用插值法求得等高曲线和单元边线的交点,函数在50*50的单元栅格上采样。,The program is Cassini cnoidal contour curves, and then VC++ MFC with OpenGL rendering environment, the procedure adopted is to use obtained by interpolation co
tessellation.rar
- 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 ,Grid [tessellation] that is conca
3-dimensional-graphics-drawing
- C#二维三维图形绘制工程实例宝典第8章:三维图形。本章介绍了应用三维图形的基础知识,包括三维矩阵,变换和坐标体系等来创建各种三维图形,例如三维折线图,三维网格和曲面图,轮廓图,三维柱状图,四维切片图和三维复合图。-Two-dimensional three-dimensional graphics drawing C# Projects Collection Chapter 8: three-dimensional graphics. This chapter describes the bas
grid
- 生成grid 的类,右以操纵,转换,分析地图数据,是生成三维的基础-Generate grid-like, right to manipulation, conversion, analysis of map data is the basis for generating three-dimensional
BSpline
- 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view r
grid
- openGL,提供了几个OBJ格式的3D格网数据,装入并显示这些文件.-openGL, provides several OBJ format 3D grid data, load and display these files.
OpenGL-grid-display
- 在本源码中, 实现一个简单的3D格网显示。所编写的程序除了显示物体的模型外,还要能让用户改变光的位置和物体的颜色,大小变化以及旋转功能-In the source code, the realization of a simple 3 d grid display. Written procedures in addition to show the object model, also can let the user to change the position of the light
Rules-grid-terrain
- 能够通过OpenGL编程,对初学者具有很大的意义,能现显示规则格网的三维地形。-Through OpenGL programming, has a great significance for beginners,and can display rules grid of 3d terrain.