Welcome![Sign In][Sign Up]
Location:
Search - fractal mountain

Search list

[OpenGL program3DFractal-Mountain

Description: 3D Fractal-Mountain利用openGL产生一个3D Fractal-Mountain的图案,对于学习openGL是个很好的范例-3D Fractal - Mountain use openGL produce a 3D Frac tal-Mountain patterns, learning Open GL is a very good example
Platform: | Size: 1530 | Author: 张嘉智 | Hits:

[Fractal programmountain

Description: 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ hh=(hd+ha+hm+0)/4+△ 其中,△为一随机量,从而得到E,F,G,H这4点。 ④ 再根据E,B,F,M4点的高度计算小正方形EBFM中点的高度,类似地计算小正方形MFCG,HMGD,AEMH中点的高度,即 he’=(ha+hb+hm+he)/4+△1 hf ’=(hb+hc+hm+hf)/4+△1 hg’=(hc+hd+hm+hg)/4+△1 hh’=(hd+ha+hm+hh)/4+△1 以及这些正方形边中点的高度。 ⑤ 递归步骤③和步骤④使正方形网格逐步细化,直至达到预期递归深度,然后连接每个正方形网格点。 -Three-dimensional space fractal interpolation algorithm
Platform: | Size: 2048 | Author: 李文选 | Hits:

[OpenGL program3DFractal-Mountain

Description: 3D Fractal-Mountain利用openGL产生一个3D Fractal-Mountain的图案,对于学习openGL是个很好的范例-3D Fractal- Mountain use openGL produce a 3D Frac tal-Mountain patterns, learning Open GL is a very good example
Platform: | Size: 1024 | Author: 张嘉智 | Hits:

[OpenGL programTerrian

Description: 地形渲染代码集锦,包括分形山,大规模渲染LOD算法等 -Collection of terrain rendering code, including fractal mountain, large-scale rendering LOD algorithm
Platform: | Size: 20753408 | Author: ycloang | Hits:

[Fractal programFractalTerrain

Description: 这是用分形算法实现三维地形的模拟,在浏览时你可以通过改变参数值,来改变山体的外貌,是学习分形算法的好实例-This is a fractal algorithm using three-dimensional topography simulation, in the browser when you can by changing the parameter values, to change the appearance of the mountain is a fractal algorithm to learn a good example of
Platform: | Size: 111616 | Author: panhai | Hits:

[Fractal programfractal_mountain

Description: 用VC做的一个分形山的小软件。采用的是中点法。-VC to do with a mountain of small fractal software. Using the midpoint method.
Platform: | Size: 2656256 | Author: guwezhe | Hits:

[3D GraphicFractalTerrain

Description: 平台:opengl和vc2005 利用分形算法构造的山地地形-Platform: opengl and vc2005 algorithm using fractal structure of mountain terrain
Platform: | Size: 58368 | Author: 林文 | Hits:

[Multimedia Developmontain

Description: 根据The Alogirthmic Beauty of Plants此书里的分形原理和L系统原理,使用C++语言写的分形的山脉程序。-The fractal mountain program is written by C++ language, based on fractal principle and L system, reference by the book The Alogirthmic Beauty of Plants
Platform: | Size: 7168 | Author: 苏欣欣 | Hits:

[Special Effects234556

Description: 一个彩色3D分形山的Java源程序,基于分形几何理论基础的源码!-A color 3D fractal mountain Java source code, based on the theoretical basis of fractal geometry source!
Platform: | Size: 2048 | Author: laopu | Hits:

[assembly languageMountainC

Description: 简单的分形山JAVA源程序,可以供初学者练习,3d-A simple fractal mountain JAVA source code, you can practice for beginners, 3d
Platform: | Size: 2048 | Author: fcf | Hits:

[OpenGL programGraphic_01

Description: 基于Demo01代码,完成以下功能: 1)二维Sierpinski镂垫, 2)三维Sierpinski镂垫, 3)改进算法绘制分形的山, 4)基于海龟图形系统实现二维Sierpinski镂垫。 -Based Demo01 code, complete the following functions: 1) two-dimensional Sierpinski Lou pad, 2) three-dimensional Sierpinski Lou pad, 3) improved algorithm to draw the fractal mountain, 4) system implementation based on two-dimensional Sierpinski Turtles engrave graphics pad.
Platform: | Size: 718848 | Author: 月平 | Hits:

[Graph Drawingex1

Description: 一维镂垫 二维镂垫 分形山 基于海龟绘图系统二维镂垫-Lou Lou pad one-dimensional two-dimensional fractal mountain pad drawing system based on two-dimensional Lou mat turtle
Platform: | Size: 4096 | Author: 王强 | Hits:

[OpenGL programMoutain-Simulation

Description: 基于OpenGL和IFS分形算法的山脉模拟-OpenGL-based IFS fractal algorithm and simulated mountain
Platform: | Size: 237568 | Author: duxinglws | Hits:

[OpenGL programMoutain-Simulation

Description: 基于OpenGL和IFS分形算法的山脉模拟-OpenGL-based IFS fractal algorithm and simulated mountain
Platform: | Size: 237568 | Author: duxinglws | Hits:

[Special EffectsIFS

Description: 采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言VC++实现了一类模拟山树等景物的计算机编程,模拟效果十分逼真。-The use of computer-generated graphic images, you can use a small amount of data to generate complex images of natural scenes, such as rolling hills, floating clouds and shapes of the various plants and other natural landscape. It has greatly enriched the content of computer graphics, but also promotes the field of computer simulation applications. Iterated function systems based on fractal simulation of natural scenery with the characteristics of object-oriented programming language VC++ implementation of a class of trees mountain scene simulation computer program to simulate the effect is very realistic.
Platform: | Size: 58368 | Author: Twinner | Hits:

[Other10_01

Description: visual basic 环境形成分形山 可是性强 三维效果 代码完整-Visual Basic environment, the formation of fractal mountain, but a strong three-dimensional effect a complete code
Platform: | Size: 32768 | Author: 王怡亭 | Hits:

[OpenGL programfractal-interpolation-algorithm

Description: 在OpenGL下使用分形插值算法来随机生成山地场景-Using fractal interpolation algorithm to randomly generate a mountain scene in OpenGL
Platform: | Size: 697344 | Author: wangwenzhe | Hits:

[OpenGL programOpenGL-Sub-shaped-mountain

Description: 毕业设计!基于分形技术,模拟真是的山地,绘制出真实地山地。绘制效果非常逼真。-Graduation project! Based on fractal technology, analog is really mountainous and draw a true mountain. Drawing effect is very realistic.
Platform: | Size: 2440192 | Author: 羽田 | Hits:

[Fractal programchapter10_example

Description: 随机中点位移法生成山源代码和三维空间中的分形插值算法源代码-Random midpoint displacement method to generate fractal interpolation algorithm source code in the the mountain source code and three-dimensional space
Platform: | Size: 2851840 | Author: 张望宇 | Hits:

[Industry researchfractal-mountain

Description: 文章详细讲解了基于OpenGL的分形山三维模拟生成的原理和方法,图文并茂,易于理解。-Articles explain in detail the principles and methods based on fractal mountain 3D simulation OpenGL generated, illustrated, easy to understand.
Platform: | Size: 319488 | Author: Shin | Hits:
« 12 »

CodeBus www.codebus.net