home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / povsrc22 / machine / inmos / inmos.doc < prev    next >
Encoding:
Text File  |  1994-05-01  |  3.6 KB  |  88 lines

  1.                   Persistence of Vision Raytracer
  2.                            Version 2.2 
  3.                     Inmos Specific Intructions
  4.                   -------------------------------
  5.                        
  6.                        Parham Data Products
  7.                           (918) 663-2131
  8.  
  9. ---------------------------------------------------------------------------
  10.  
  11.  
  12. This file contains the documentation specific to the Inmos version of
  13. POV-Ray. See POVRAY.DOC for general program info and installation
  14. instructions.
  15.  
  16. The executable POVRAY.TLD was compiled using the Logical Systems C
  17. compiler version 93.1.  
  18.  
  19. ---------------------------------------------------------------------------
  20.  
  21.  
  22. To compile the program, you must rename INMOSCON.H to CONFIG.H and then
  23. invoke the INMOS batch file.  This will preprocess, compile, assemble and
  24. link all of the necessary files.  
  25.  
  26. The Transputer specific source files are CONFIG.H and INMOS.C.  INMOS.LNK
  27. is the TLNK command file and, of course, INMOS.BAT is the "quick and dirty"
  28. batch that automates the installation.
  29.  
  30. ---------------------------------------------------------------------------
  31.  
  32.  
  33. Running POV-Ray:
  34. ----------------   
  35. POV-Ray is run from the command line by typing the program name,
  36. povray.exe followed by command line options. 
  37. For example,
  38.      
  39. C:\POVRAY>ld-one povray cio +isimple.pov +osimple.tga +w160 +h120 +b16 +v 
  40.    
  41. Options may also be specified in a separate file, the name of which
  42. is placed on the command line. Or they may be specified in the
  43. environment variable, POVRAYOPT, as in:
  44.    
  45. set POVRAYOPT=+w160 +h120 +b16 +v
  46.    
  47. The environment variable is good for setting global default options
  48. that will be in effect no matter what directory you're working in.
  49. Options on the command line override the environment variable.
  50. It is recommended to set the environment variable in your AUTOEXEC.BAT
  51. file and to add the directory containing LD-ONE, CIO, and POVRAY to your 
  52. path statement in your AUTOEXEC.BAT file.
  53.    
  54. Note:  You will need to set the buffer option (+b) on in order for POV-Ray
  55. to run on the Transputer.  I have found that a value of 16 works well, but
  56. if you are rendering large images, you will have to set it larger.
  57.  
  58. ---------------------------------------------------------------------------
  59.    
  60.  
  61. POVRAY.TLD  Versions
  62.  
  63. 1.0.89.1a  POV-Ray 1.0, Original ALPHA Version                10-10-92
  64. 1.0.89.1b  Fixed disk buffer, allowed smaller buffers.        11-01-92
  65. 1.0.89.1c  Allowed more Max_Trace_Levels                      12-01-92
  66.  
  67. 2.0.93.1a  POV-Ray 2.0, Original ALPHA Version                11-01-93
  68. 2.1.93.1a  POV-Ray 2.1, Fixed bugs                            12-01-93
  69. 2.2.93.1a  POV-Ray 2.2, Fixed bugs                            05-01-94
  70.  
  71. ---------------------------------------------------------------------------
  72.  
  73.  
  74. File Formats:
  75. -------------
  76. The default file format for the Transputer is Targa (+ft).  This format 
  77. is a 24 bit color image allowing over 16 million colors to be created.
  78. Most Transputerized PC systems do not have the capability to directly 
  79. display Targa images. They must be converted to 256 color GIF images so 
  80. they can be viewed on a VGA or SVGA display. To convert a TGA file to a 
  81. GIF file, get a copy of  PICLAB or Image Alchemy which can be found from
  82. the same source as the POV-Ray files.  The program documentation of these 
  83. programs describes how to convert a TGA to a GIF.
  84.  
  85. Many SVGA cards now have a Sierra HiColor chip for 16 bit color.
  86. Get a copy of the program TGVIEW and you can see your rendered images
  87. in "almost" full color without converting them to a GIF file.
  88.