home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / fractl11 / fractals.man next >
Text File  |  1990-07-16  |  4KB  |  75 lines

  1. Mountain Fractals
  2. Version 1.1
  3. Instructions
  4.  
  5. This is a small program that generates three-dimensional mountain 
  6. fractals.  These fractals can then be saved on disk as CAD-3D 1.0 
  7. objects, and loaded into that program for further manipulation.
  8.  
  9. To use this program, run FRACTALS.PRG from any resolution.  The 
  10. initial alert box will provide you with two choices, Begin or 
  11. Quit.  Selecting Begin allows you to generate a fractal, and 
  12. selecting Quit exits the program.
  13.  
  14. After selecting Begin, you must select the depth of the fractal.  
  15. The depth is the amount of detail to be included; it would also 
  16. take more time, but since the time is so short (the most detailed 
  17. fractals take about 5 seconds) that doesn't really amount to 
  18. much.  Level 5 is the least detailed fractal; these objects have 
  19. only 256 faces and 153 points.  Level 7 is the most detailed; 
  20. these objects have 4,096 faces and 2,145 points.
  21. To select the fractal depth, click on the left and right arrow 
  22. buttons in the alert box to change the value in the center box.  
  23. When you are happy with the value selected, click on the center 
  24. box.
  25.  
  26. After choosing the fractal depth, you must choose the rockiness 
  27. for the fractal.  Lower values here make rockier fractals; a 
  28. value of 3 (the lowest allowed) creates very chaotic fractals.  A 
  29. value of 8, however, creates fractals that are very smooth (not 
  30. flat, smooth).  Select the rockiness in the same manner as you 
  31. selected the depth.
  32.  
  33. Now you are given a last chance to bail out.  An alert box will 
  34. appear, telling what depth and rockiness you have selected, and 
  35. presenting you with the options of Proceed and Cancel.  Selecting 
  36. Proceed will generate the fractal;  selecting Cancel will abort 
  37. the operation and return you to the initial alert box.
  38.  
  39. Once the fractal has been generated, it will be drawn on the 
  40. screen in a manner similar to CAD's "hidden" mode.  The drawing 
  41. will automatically be scaled to fit on the screen; since it is 
  42. only two colors, however (white on black) I would suggest running 
  43. this program in the highest resolution possible.  After looking 
  44. at the fractal for as long as you like, click the mouse button 
  45. and select the .3D file to write the object to.  You will need 
  46. CAD 3D to look at these objects.  Selecting Cancel will abort the 
  47. save. After saving the fractal (or not), you will be returned to 
  48. the initial alert box.
  49.  
  50. Load the fractal objects into CAD as you would any other object.  
  51. For some reason the lighting information and shading of the 
  52. object are not saved properly; reshade the object ("Mountain") to 
  53. a brightness of 7, and switch light source A to intensity 7.  
  54. Move the camera to approximately +70 degrees vertically and 180 
  55. degrees horizontally, select 14 shades, and view the object in 
  56. Solid mode.  Voila!
  57.  
  58. This was the first program I wrote that generated CAD 3D objects.  
  59. Although not perfect, it does work for the most part.  Future 
  60. programs dealing with CAD will be a function plotter and a 
  61. Mandelbrot Set generator (3D Mandelbrot sets!)
  62.  
  63. Some of the other (non-CAD-related) programs I have written are 
  64. DOUBLER, the program that turns single-sided disks into double-
  65. sided disks, without erasing the data, and PURGER, a program that 
  66. erases an entire disk in less than five seconds.
  67.  
  68.      -Damien Jones
  69.  
  70.  
  71. Fixed from version 1.1:  A minor bug in the fractal display only drew
  72. half of the triangles that make up the fractal.  It has been fixed.
  73. Also a bug in the fractal generation (dealing with the edges of the
  74. fractal) was fixed.
  75.