Blog literacki, portal erotyczny - seks i humor nie z tej ziemi
Chapter 17. Fractal Land
From:
Java Programming Techniques for 2D, 2.5D, 3D, and Network Games
Dr. Andrew Davison
Dept. of Computer Engineering
Prince of Songkla University
Hat yai, Songkhla 90112, Thailand
E-mail: dandrew@ratree.psu.ac.th
Web Site for the book: http://fivedots.coe.psu.ac.th/~ad/jg
If you use this code, please mention my name, and include a link
to the book's Web site.
Thanks,
Andrew
============================
FractalLand3D.java
-----
Compilation:
$ javac *.java
-----
Execution: the application takes an optional 'flatness' value
argument, that is limited to be between 1.6 and 2.5 (the
default is 2.3). A smaller value makes the landscape more
rocky.
e.g.
$ java Fractaland3D
- means use a flatness value of 2.3 which is fairly flat
$ java FractalLand3D 1.6
- makes a rocky landscape
(Note. The fog effect has been compiled into this code. To
remove it, then comment out the call to addFog() in
createSceneGraph() in WrapFractalLand3D.java.)
=========
There is a subdirectory PlaneEquation/ which contains a
simple application for calculating y- positions on quads.
See the readme.txt file there for more detail.
---------
Last updated: 16th May 2003