home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Pro / 3d / DKBTrace.lha / DKBTrace / dkbutdoc.lzh / diamond.doc < prev    next >
Text File  |  1991-06-08  |  2KB  |  49 lines

  1.  
  2.          This program generates a DKB .DAT file containing a DECLAREd
  3.     diamond based on user defined variables.  Actually, it draws a whole scene
  4.     (light/view/floor, etc.). I got carried away. An outline of the diamond is
  5.     displayed in graphics mode.
  6.  
  7.          To quote a buddy on user code modifications "You break it, you own
  8.     both halves".  If you make any enhancements, please add your notes to
  9.     this document (and please send a copy back to me via BBS).
  10.  
  11.     I can be reached at YOU CAN CALL ME RAY RBBS (708) 358-5611.
  12.  
  13.                     "Its my world and you're welcome to it".
  14.                                                 Ken Koehler (3-31-91)
  15.  
  16.     Updated to DKB 2.11 by Aaron A. Collins on 05/01/91.
  17.  
  18.                     Enclosed are the following files:
  19.                       DIAMOND.BAS     QuickBASIC source
  20.                       DIAMOND.EXE     MS-DOS executable
  21.                       DIAMOND.DOC     This file
  22.  
  23.  
  24.                                                              Top Radius
  25.    Side View           Top View                             |<--->|
  26.  /------------\      /----------\                     /------------\  -\_Top
  27. /______________\   /              \             ___  /______._______\ -/ Hieght
  28. \              /  |                |       B D  /|\  \      ^       /.
  29.  \            /   |                |       o e   |    \  origin    / .
  30.   \          /    |                |       t p   |     \          /  .
  31.    \        /     |                |       t t   |      \        /   .
  32.     \      /       \              /        o h   |       \      /    .
  33.      \    /          \__________/          m     |        \    /     .
  34.       \  /                                      \|/        \  /      .
  35.        \/                                       ---         \/       .
  36.                                                             |<------>|
  37.                                                             Center Radius
  38.  
  39. Number of sides          :      What it says. Example above has 8.
  40. Top Radius    from center:      See diagram.
  41. Top Height    from center:      See diagram.
  42. Center Radius from center:      See diagram.
  43. Bottom Depth  from center:      See diagram.
  44.  
  45.  
  46.  
  47.          Applications notes: A picture paints a thousand words.
  48.                              This text drawing should be worth a few hundred.
  49.