home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / pov10bin / readme.bin < prev   
Text File  |  1993-06-17  |  2KB  |  61 lines

  1.  
  2.  
  3. Hi all,
  4.  
  5.      this is a port of POVRay 1.0 to the Atari platforms.
  6. There are currently three executables:
  7.  
  8.  pov_881.prg 
  9.      for use with a line F compatible FPU
  10.      - 68020-30/68881-2 supplied Ataris
  11.      - line F FPU emulator
  12.  
  13.  pov_sfp.prg
  14.      for use with an sfp-compatible FPU board,
  15.      like the ones in 68000 based Ataris (Mega ST/STE).
  16.      This is a very specially compiled version,
  17.      making *EXTENSIVE* use of *ALL* the FPU
  18.      features - putting the slow TurboC interface
  19.      to shame. (Try i.e. blob.pov). I used a homebrew 
  20.      postcompiler, which takes an DRI objectfile 
  21.      (compiled for 68881, switch -8 in TurboC on) 
  22.      and replaces all the FPU stuff with emulation code 
  23.      for the sfp compatibles.
  24.      If you are interested in that, contact me!
  25.  
  26.  pov_cpu.prg 
  27.      if you have no FPU (you should better buy one!!),
  28.      this will go slow.
  29.  
  30.  
  31.      All the above programs default to gem applications, but you
  32. can use them as .ttp's, too. Rename them to .ttp and do not use 
  33. the -d switch (display option) !!!
  34.  
  35.      Commands are given via command line arguments,
  36. so you should install your povray as an "Gem takes parameter"
  37. in Tos >= 2.06 or run it from a shell.
  38.  
  39.      Such a Gem Shell for POVRay ( POVSHELL 1.0 ) comes along with 
  40. this package. Using it you can easily specify all the options in a
  41. menudriven way.
  42.  
  43.      The various arguments are described in the file povray.doc
  44. in the the zip file povdoc.zip. Read it before installing or
  45. starting any actions!!
  46.  
  47.      POVRay for Atari will behave exactly like all the other
  48. versions according to the command line args, except the all output 
  49. via stderr/stdout is written to the file povray.out. This was
  50. necassary to not destroy the Gem desktop when running as 
  51. an .app / .prg. This may be improved in further versions.
  52.  
  53.  
  54. Happy tracing,
  55. kay roemer
  56.  
  57.  
  58. Send thanks, bugs, etc. to
  59.      inf2gr04@informatik.uni-frankfurt.de
  60.  
  61.