home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / pov / raw2pov.arc / raw2pov / ArcReadMe next >
Text File  |  1994-10-07  |  1KB  |  48 lines

  1. ReadMeArc
  2. =========
  3.  
  4. Note:
  5. =====
  6. Since this was written for a filing system with filename.ext
  7. style file names, and the full stop is a directory seperator
  8. in RiscOS, we have to do a little fiddle.
  9.  
  10. under dos you might run
  11.  
  12.      "raw2pov chess"
  13.  
  14. This would look for the file "chess.raw" and output "chess.pov"
  15. and "chess.inc". The Archimedes fiddle is to create a directory
  16. with the same name as the root filename (ie chess) and to rename
  17. the file which was "chess.raw" to "raw" in the directory "chess".
  18.  
  19. The program should output "pov" and "inc" in that directory too.
  20.  
  21. See the obey file "command" for a typical command line execution.
  22.  
  23. Note:
  24. =====
  25.       This program has not been exhaustively tested.
  26.       Use at your own risk.
  27.  
  28. About the Port:
  29. ===============
  30. I have added just a few lines to get it to compile on the arc.
  31. I have commented out a reference to "values.h" (I replaced it
  32. by "limits.h") and I had to #define M_PI to be 3.145.
  33. It seems to work.
  34.  
  35. Copyright in the program is entirely in Steve Anger. I claim
  36. no rights as the author of a derivative work.
  37.  
  38. Not bad for a few hours work!
  39.  
  40.  
  41.          Alex McLintock
  42.          7 Oct 1994
  43.  
  44. alex@arcfan.demon.co.uk
  45. and sometimes on Rich In Paradise bbs, or TWoC.
  46.  
  47. Look out for dxf2raw !
  48.