home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / FRACMNTS.ZIP / FRACMNTS.DOC < prev   
Encoding:
Text File  |  1987-07-25  |  1.1 KB  |  24 lines

  1.      The programs FRACMNT1 and FRACMNT2 are programs that will generate a
  2.      fractal mountain from a triangle.  The shapes that are generated are
  3.      based on the ideas of the fractal geometry of nature.
  4.  
  5.      The programs can either run from a user defined starting triangle, or
  6.      from a default triangle.  The program FRACMNT1 will start with either
  7.      a single triangle, or three triangles.  This program will just draw the
  8.      outline of the mountain's shape.  The program FRACMNT2 will start with
  9.      a single triangle and create a fractal mountain with an attempt at
  10.      shading.
  11.  
  12.      The user may specify the starting starting triangle by creating a data
  13.      file that contains the coordinate for the three points that define the
  14.      triangle.  The screen has a size from 0.0 to 1.0 in both the x and y
  15.      axis.  The origin is in the lower left hand corner.
  16.  
  17.      The programs are written in Pascal and compiled with Turbo Pascal.
  18.  
  19.  
  20.      Comments should be sent to:
  21.  
  22.                      Dirk Howard
  23.                      840 E. 1225 N
  24.                      Ogden, Utah  84404