CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fractal mountain
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fractal mountain - List
[
OpenGL program
]
3DFractal-Mountain
DL : 0
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
Update
: 2008-10-13
Size
: 1.49kb
Publisher
:
张嘉智
[
Fractal program
]
mountain
DL : 0
三维空间中的分形插值算法 ① 在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
Update
: 2025-02-19
Size
: 2kb
Publisher
:
李文选
[
OpenGL program
]
3DFractal-Mountain
DL : 0
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
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张嘉智
[
OpenGL program
]
Terrian
DL : 0
地形渲染代码集锦,包括分形山,大规模渲染LOD算法等 -Collection of terrain rendering code, including fractal mountain, large-scale rendering LOD algorithm
Update
: 2025-02-19
Size
: 19.79mb
Publisher
:
ycloang
[
Fractal program
]
FractalTerrain
DL : 0
这是用分形算法实现三维地形的模拟,在浏览时你可以通过改变参数值,来改变山体的外貌,是学习分形算法的好实例-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
Update
: 2025-02-19
Size
: 109kb
Publisher
:
panhai
[
Fractal program
]
fractal_mountain
DL : 0
用VC做的一个分形山的小软件。采用的是中点法。-VC to do with a mountain of small fractal software. Using the midpoint method.
Update
: 2025-02-19
Size
: 2.53mb
Publisher
:
guwezhe
[
3D Graphic
]
FractalTerrain
DL : 0
平台:opengl和vc2005 利用分形算法构造的山地地形-Platform: opengl and vc2005 algorithm using fractal structure of mountain terrain
Update
: 2025-02-19
Size
: 57kb
Publisher
:
林文
[
Multimedia Develop
]
montain
DL : 0
根据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
Update
: 2025-02-19
Size
: 7kb
Publisher
:
苏欣欣
[
Special Effects
]
234556
DL : 0
一个彩色3D分形山的Java源程序,基于分形几何理论基础的源码!-A color 3D fractal mountain Java source code, based on the theoretical basis of fractal geometry source!
Update
: 2025-02-19
Size
: 2kb
Publisher
:
laopu
[
assembly language
]
MountainC
DL : 0
简单的分形山JAVA源程序,可以供初学者练习,3d-A simple fractal mountain JAVA source code, you can practice for beginners, 3d
Update
: 2025-02-19
Size
: 2kb
Publisher
:
fcf
[
OpenGL program
]
Graphic_01
DL : 0
基于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.
Update
: 2025-02-19
Size
: 702kb
Publisher
:
月平
[
Graph Drawing
]
ex1
DL : 0
一维镂垫 二维镂垫 分形山 基于海龟绘图系统二维镂垫-Lou Lou pad one-dimensional two-dimensional fractal mountain pad drawing system based on two-dimensional Lou mat turtle
Update
: 2025-02-19
Size
: 4kb
Publisher
:
王强
[
OpenGL program
]
Moutain-Simulation
DL : 0
基于OpenGL和IFS分形算法的山脉模拟-OpenGL-based IFS fractal algorithm and simulated mountain
Update
: 2025-02-19
Size
: 232kb
Publisher
:
duxinglws
[
OpenGL program
]
Moutain-Simulation
DL : 0
基于OpenGL和IFS分形算法的山脉模拟-OpenGL-based IFS fractal algorithm and simulated mountain
Update
: 2025-02-19
Size
: 232kb
Publisher
:
duxinglws
[
Special Effects
]
IFS
DL : 0
采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言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.
Update
: 2025-02-19
Size
: 57kb
Publisher
:
Twinner
[
Other
]
10_01
DL : 0
visual basic 环境形成分形山 可是性强 三维效果 代码完整-Visual Basic environment, the formation of fractal mountain, but a strong three-dimensional effect a complete code
Update
: 2025-02-19
Size
: 32kb
Publisher
:
王怡亭
[
OpenGL program
]
fractal-interpolation-algorithm
DL : 0
在OpenGL下使用分形插值算法来随机生成山地场景-Using fractal interpolation algorithm to randomly generate a mountain scene in OpenGL
Update
: 2025-02-19
Size
: 681kb
Publisher
:
wangwenzhe
[
OpenGL program
]
OpenGL-Sub-shaped-mountain
DL : 0
毕业设计!基于分形技术,模拟真是的山地,绘制出真实地山地。绘制效果非常逼真。-Graduation project! Based on fractal technology, analog is really mountainous and draw a true mountain. Drawing effect is very realistic.
Update
: 2025-02-19
Size
: 2.33mb
Publisher
:
羽田
[
Fractal program
]
chapter10_example
DL : 1
随机中点位移法生成山源代码和三维空间中的分形插值算法源代码-Random midpoint displacement method to generate fractal interpolation algorithm source code in the the mountain source code and three-dimensional space
Update
: 2025-02-19
Size
: 2.72mb
Publisher
:
张望宇
[
Industry research
]
fractal-mountain
DL : 0
文章详细讲解了基于OpenGL的分形山三维模拟生成的原理和方法,图文并茂,易于理解。-Articles explain in detail the principles and methods based on fractal mountain 3D simulation OpenGL generated, illustrated, easy to understand.
Update
: 2025-02-19
Size
: 312kb
Publisher
:
Shin
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.