home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Graphics / graphics-16000.iso / msdos / raytrace / vort / vort / movies / readme
Text File  |  1990-06-19  |  1KB  |  21 lines

  1. This directory contains some simple programs for generating
  2. some movie sequences. To use them you must enter each directory,
  3. compile the C program in that directory (cc -o prog prog.c -lm),
  4. then run the program. Each program will produce 36 ".scn" files
  5. for art. Each directory also contains a csh script called "run"
  6. which will run the 36 scn files in batches of 6. (run 300 300).
  7. We suggest a resolution no bigger than 300x300, as any bigger
  8. and the suns slow down the screen update to much. (Although
  9. with the MIT X11R4 server it flys if you can use the X11 movie
  10. program with the -p option)
  11.  
  12. After all the ".scn" files have been processed, you then "mulmcut"
  13. the ".pix" files (mulmcut *.pix) which will produce corresponding
  14. ".mix" files all having the same (optimal) colormap. These files
  15. are then ready to view using "movie" (movie prog*.mix).
  16.  
  17. Oh yeah, you'll probably have to make the file "tile.pix" and copy
  18. it into some directories (art tile.scn 2 2). This ".scn" file should
  19. be in the vort/art/scenes directory.
  20.  
  21.