home *** CD-ROM | disk | FTP | other *** search
- ReadMeArc
- =========
-
- Note:
- =====
- Since this was written for a filing system with filename.ext
- style file names, and the full stop is a directory seperator
- in RiscOS, we have to do a little fiddle.
-
- under dos you might run
-
- "raw2pov chess"
-
- This would look for the file "chess.raw" and output "chess.pov"
- and "chess.inc". The Archimedes fiddle is to create a directory
- with the same name as the root filename (ie chess) and to rename
- the file which was "chess.raw" to "raw" in the directory "chess".
-
- The program should output "pov" and "inc" in that directory too.
-
- See the obey file "command" for a typical command line execution.
-
- Note:
- =====
- This program has not been exhaustively tested.
- Use at your own risk.
-
- About the Port:
- ===============
- I have added just a few lines to get it to compile on the arc.
- I have commented out a reference to "values.h" (I replaced it
- by "limits.h") and I had to #define M_PI to be 3.145.
- It seems to work.
-
- Copyright in the program is entirely in Steve Anger. I claim
- no rights as the author of a derivative work.
-
- Not bad for a few hours work!
-
-
- Alex McLintock
- 7 Oct 1994
-
- alex@arcfan.demon.co.uk
- and sometimes on Rich In Paradise bbs, or TWoC.
-
- Look out for dxf2raw !
-