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