home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / graphics / utility / raymovi2.lzh / RAYMOVI2 / README (.txt) < prev    next >
Text File  |  1988-12-21  |  1KB  |  40 lines

  1.             RAYMOVI.PRG
  2.  
  3.    RAYMOVI.PRG renders 3-dimensional scenes in a world of reflective and 
  4. refractive spheres, using ray tracing techniques. Animated sequences of 
  5. frames can be generated, showing reflective balls linked and bouncing in 
  6. a gravitational field. They resemble a string of bouncing pearls.
  7.  
  8.    RAYMOVI.PRG runs only on a color ST in low resolution. 1 Meg is required 
  9. to generate images with resolutions greater than one ray per pixel or for 
  10. replay of movies from RAM. Operation with only 512K is possible, but will 
  11. produce slightly aliased pictures (one ray per pixel) which can only be 
  12. displayed statically, slowly from floppy, or from hard disk (if you have 
  13. a disk blaster program).
  14.  
  15.         --------------------------------------------------
  16.  
  17.    The files in RAYMOV2S.ARC, the source arc, are:
  18.  
  19. C Sources:      BLASTRAM.C, MAIN.C, WNDOWS.C, FILE.C, MOVIE.C, SHADE.C, 
  20.         FIND.C, SUPPORT.C
  21. Include files:    RTD.H, STYLE.H, COLORS.H, EXTERN.H
  22. Pgm Generation: MAKEFILE, BLASTRAM.LNK, RAYMOVI.LNK
  23. RAYMOVI.DOK    documentation
  24. PEARLS        the numeric description of an interesting scene
  25.  
  26.    RAYMOVI was last compiled with ALCYON. The MAKEFILE and *.LNK are 
  27. (therefore) pretty crufty. Use them accordingly.
  28.  
  29.    RAYMOVI requires an 8K stack. Modify your copy of gemstart.s (or
  30. whatever defines your stack size) appropriately.
  31.  
  32.  
  33.     Allen King    aking  pebbles.bbn.com  ucbvax
  34.     30 Gibson St    1-617-449-3359 evenings    
  35.     Needham Ma.    
  36.     02192
  37.  
  38.  
  39.  
  40.