home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 049.lha / RTCUBES.DOC < prev    next >
Text File  |  1986-11-20  |  2KB  |  34 lines

  1.  
  2.     This little graphics "Thingy" has been provided by "IMPULSE" 
  3.     (formerly Genesys Technologies).  The author is in the process
  4.     of completing "Sky Chase" a real time air combat game using
  5.     his fast 3D drawing routines. Ralph Russell initially wrote the
  6.     game for the now defunct "MindSet" computer.  We think the game
  7.     will be a REAL KILLER!  We expect to begin shipping "Sky Chase"
  8.     in early summer of 87.  In the meantime, I will periodically
  9.     upload various routines and demos related to the game.
  10.  
  11.         Stan Kalisher  -- Impulse
  12.                   Minneapolis, Mn.
  13.  
  14.  
  15.                 REAL TIME CUBES by RALPH RUSSELL      01/87
  16.  
  17.  This program will bounce 16 cubes around in a 3D space in front of the
  18.  viewer.  The cubes are translated, rotated, and drawn on the screen in
  19.  real time.  Maximum speed is attained by using certain advanced features
  20.  of the AMIGA plus highly optimized code written in assembly language.
  21.  
  22.  This program takes complete control of the AMIGA and the system must be
  23.  booted to terminate the program.  Therefore, it should not be run when
  24.  a ram disk is active.  Also, even though the program is small, it uses
  25.  a lot of memory (191K plus 96K for a tripple buffered display).  The
  26.  program was written and tested on a 512K machine.
  27.  
  28.  This is a public domain program and is not to be sold for profit.
  29.  You may make copies of this program to be given away for free.  It is
  30.  my wish that anyone receiving a copy of this program should also receive
  31.  a copy of this file you are reading.
  32.  
  33. -----------------------------------------------------------------------------
  34.