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

  1.  
  2.      This program generates user definable stars as DECLARED
  3.     "COMPOSITES" for DKB (currently 2.05AB) Ray-Tracing program in .DAT
  4.     format.  Actually, it should have been for "OBJECTS" but I didn't want
  5.     to hold up sending it out any longer.  A two dimensional outline is
  6.     drawn on the screen as the .DAT is generated.
  7.  
  8.      See also SHADE (which generates pleated lamp shades) and DIAMOND
  9.     (which generates a cut gem, plus creates the rest of the .DAT file:
  10.     view, light, floor).  With all of these programs, just play around with
  11.     the variables to generate new shapes.  For example, generating many
  12.     long points on the star looks like the spokes of a bicycle wheel.  Many
  13.     short points on a large radius star looks like a circular saw blade.
  14.     Use your imagination and please post any ideas or neat works for the
  15.     world to enjoy.
  16.  
  17.     I can be reached at YOU CAN CALL ME RAY RBBS (708) 358-5611.
  18.  
  19.  
  20.             "Its my world and you're welcome to it".
  21.  
  22.  
  23.                         Ken Koehler (2-12-91)
  24.  
  25.  
  26.      Enclosed are three files:
  27.  
  28.         STAR.BAS    Quickbasic
  29.         STAR.EXE    MS-DOS executable
  30.         STAR.DOC    This file
  31.         STAR000.TGA First frame of spinning star animation
  32.  
  33.  
  34.      The program will ask the following questions:
  35.  
  36.                      {Example values, but not used below}
  37.         Number of points:             8
  38.         Point Top     from center:         20
  39.         Point Bottom from center:         5
  40.         Point Joint  from center:         10
  41.         Thickness     from center:         5
  42.  
  43.      The following diagrams are a visual attempt to describe what each
  44.     question means.
  45.  
  46.      ********** XY View **********        ********** XY View **********
  47.      * ^             *        * ^             *
  48.      * |     /\         *        * |     /\         ^    *
  49.      * Y    .  .         *        * Y        .  .         |    *
  50.      *           .    .         *        *          .    .         |    *
  51.      * X->    .      .         *        * X->    .        .         |    *
  52.      *        .  .    .  .     *        *       .  .    .  .      |    *
  53.      *      .    .  .     .     *        *     .     .  .    .    |    *
  54.      *    <     ..       >     *        *  <    ..      >  -    *
  55.      *      .    .  .     .     *        *     .     .  .    .    *
  56.      *        .  .    .  .     *        *        .  .    .  .    *
  57.      *          .      .         *        *          .      .        *
  58.      *           .    .         *        *          .    .        *
  59.      *        .  .         *        *           .  .        *
  60.      *         \/         *        *        \/        *
  61.      *                 *        *                *
  62.      *          |-------->     *        *                *
  63.      *                 *        *                *
  64.      *****************************        *****************************
  65.      * Number of points: 4     *        * Point Top    from center: *
  66.      *****************************        *****************************
  67.  
  68.      ********** XY View **********        ********** XY View **********
  69.      * ^             *        * ^             *
  70.      * |             *        * |     /\        *
  71.      * Y             *        * Y        .  .        *
  72.      *         .         *        *          .    .        *
  73.      * X->    . .         *        * X->    .        +        *
  74.      *           .   .         *        *       .  .    /  .     *
  75.      *          .  .  .         *        *     .     .  /    .    *
  76.      *          .     .    ^     *        *  <    ./      >    *
  77.      *         .         .    -     *        *     .     .  .    .    *
  78.      *          .     .         *        *       .  .    .  .     *
  79.      *         .         *        *         .        .        *
  80.      *                 *        *          .    .        *
  81.      *                 *        *           .  .        *
  82.      *                 *        *        \/        *
  83.      *                 *        *                *
  84.      *                 *        *                *
  85.      *                 *        *                *
  86.      *****************************        *****************************
  87.      * Point Bottom from center: *        * Point Joint  from center: *
  88.      *****************************        *****************************
  89.  
  90.      ********** ZY View **********        ********** ZX View **********
  91.      *     ^             *        *'Looking down on top point'*
  92.      *     |     /\         *        *                *
  93.      *     Y    .  .         *        *    ^            *
  94.      *           .    .         *        *    |            *
  95.      * <-Z    .      .         *        *    X    /|\        *
  96.      *          |      |         *        *           / | \        *
  97.      *          |      |         *        * <-Z     /__|__\        *
  98.      *          |      |         *        *          \  |  /        *
  99.      *          |      |         *        *           \ | /        *
  100.      *          |      |         *        *        \|/        *
  101.      *          .      .         *        *                *
  102.      *           .    .         *        *                *
  103.      *        .  .         *        *                *
  104.      *         \/         *        *                *
  105.      *                 *        *                *
  106.      *          <--|         *        *                *
  107.      *                 *        *                *
  108.      *****************************        *****************************
  109.      * Thickness    from center: *        *                *
  110.      *****************************        *****************************
  111.