home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 403.lha / Chaos3D / Chaos3D.doc < prev    next >
Text File  |  1990-08-05  |  2KB  |  74 lines

  1.                                Chaos3D
  2.                           by Michael Weiblen
  3.                               POBox 1638
  4.                         College Park, MD 20740
  5.  
  6.                              PLink: EKIM
  7.  
  8.                             June 26, 1990
  9.  
  10.  
  11. Legal:
  12.  
  13.    L3D & P3D Copyright 1990 by Michael Weiblen.
  14.    Freely distributable, but not public domain.
  15.    XSpecs.library is public domain by Richard Horne and Jeff Lavin.
  16.    
  17.  
  18. Overview:
  19.  
  20.    Program "L3D" plots the Lorenz attractor, while "P3D" plots the
  21.    Pickover attractor.  Both programs are controlled using the same
  22.    set of command line arguments.  Each program will continue to plot
  23.    points until you stop it by pressing any key.
  24.  
  25.  
  26. Default settings:
  27.  
  28.    2D projection of the three dimensional figure.
  29.    Look at front. (X goes right, Y goes up, Z comes toward you)
  30.    Color gradient along Z axis.
  31.    LoRes/NonInterlace.
  32.  
  33.  
  34. Command line options:
  35.  
  36.    3 = Plot in actual 3D using the X-Specs goggles.
  37.  
  38.    R = Look at the object's right side.
  39.        (Z goes left, Y goes up, X comes towards you)
  40.  
  41.    T = Look down at the object's top side.
  42.        (X goes right, Z goes down, Y comes towards you)
  43.  
  44.    X = Color gradient along the X axis.
  45.  
  46.    Y = Color gradient along the Y axis.
  47.  
  48.    S = Spherical color gradient.
  49.  
  50.    H = Plot in HiRes/Interlaced mode.
  51.        (Warning: Not recommended on 512K Chip RAM machines)
  52.  
  53.  
  54. Examples:
  55.  
  56.    L3D th3 : plots the top of the Lorenz in 3D HiRes.
  57.    P3D s   : plots the Pickover using spherical color gradient.
  58.              (I think the Pickover looks best using spherical colors)
  59.  
  60.  
  61. Other notes:
  62.  
  63.    Requires MathIEEEDoubBas.library, MathIEEEDoubTrans.library, and
  64.    XSpecs.library to be in your LIBS: directory.
  65.  
  66.    Your 68881 math coprocessor (if you have one) will automatically be
  67.    used to speed up the plotting.
  68.  
  69.    Lattice C 5.04 source code is available.  Please contact the author.
  70.  
  71.    Many thanks to Richard Horne and Jeff Lavin for the very nifty
  72.    XSpecs.library!  See PLink AmigaZone file #22519 for the complete
  73.    archive.
  74.