home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / samples.hlp < prev    next >
Encoding:
Text File  |  1994-07-04  |  2.7 KB  |  45 lines

  1.     A scene file is a standard ASCII text file that contains a description of
  2.  a three dimensional scene in the POV-Ray language.  The scene file text des-
  3.  cribes objects and lights in the scene, and a camera to view the scene.
  4.  Scene files have the file extension .POV and can be created by any word pro-
  5.  cessor or editor that can save in standard ASCII text format.
  6.  
  7.     Quite a few example scenes are provided with this distribution in the ex-
  8.  ample scenes archive.  The scenes in the standard archives are designed to
  9.  illustrate and teach you the features of the program.  Additionally the POV-
  10.  Ray Team distributes several volumes of scenes in its ongoing series 'The
  11.  POV-Ray Scene Library'.  These scene files range from very simple to very
  12.  complex.  They have been created by users of POV-Ray all over the world, and
  13.  were picked to give examples of the variety of features in POV-Ray.  Many of
  14.  them are stunning in their own right.
  15.  
  16.     The scenes were graciously donated by the artists because they wanted to
  17.  share what they had created with other users.  Feel free to use these scenes
  18.  for any purpose.  You can just marvel at them as-is, you can study the scene
  19.  files to learn the artists techniques, or you can use them as a starting
  20.  point to create new scenes of your own.
  21.  
  22.     Here's how to make these sample scenes into images you can view on your
  23.  computer.  We'll use SIMPLE.POV as an example, just substitute another file
  24.  name to render a different image.  NOTE: The sequence of commands is not the
  25.  same for every version of POV-Ray.  There should be a document with the exe-
  26.  cutable describing the specific commands to render a file.
  27.  
  28.     The file SIMPLE.POV was included with the standard scene files and should
  29.  now be in the DEMO directory.  Make that the active directory, and then at
  30.  the command line, type:
  31.        POVRAY +Isimple.pov +V +W80 +H60
  32.     'POVRAY' is the name of your executable, '+Ifilename.pov' tells POV-Ray
  33.  what scene file it should use as input and '+V' tells the program to output
  34.  its status to the text screen as it's working.  '+W' and '+H' set the width
  35.  and height of the image in pixels.  This image will be 80 pixels wide by 60
  36.  pixels high.
  37.  
  38.     POV-Ray will read in the text file SIMPLE.POV and begin working to render
  39.  the image.  It will write the image to a file called DATA.TGA.  The file
  40.  DATA.TGA contains a 24-bit image of the scene file SIMPLE.POV.  Because many
  41.  computers can't display a 24-bit image, you will probably have to convert
  42.  DATA.TGA to an 8-bit format before you can view it on your computer.  The
  43.  documentation included with your executable lists the specific steps requi-
  44.  red to convert a 24-bit file to an 8-bit file.
  45.