home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / Pov / Dos / povmsdos.exe / POVMSDOS.ZIP / POVMSDOS.DOC < prev    next >
Text File  |  1998-06-29  |  24KB  |  449 lines

  1.                    PERSISTENCE OF VISION RAY TRACER(tm)
  2.  
  3.                           POV-Ray(tm) VERSION 3.1
  4.  
  5.                  PLATFORM SPECIFIC INSTRUCTIONS FOR MS-Dos
  6.  
  7.  
  8. This file contains the documentation that is specific to the MS-Dos version 
  9. of POV-Ray.  It is not the full documentation for the program.  Other 
  10. documentation you will need is:
  11.  
  12.   USER_???.DOC  This contains technical info about memory usage, how to
  13.                 configure the memory manager and other info that is
  14.                 specific to the compiler that was used to create the
  15.                 program.  The ??? may be WAT for Watcom, BCC for Borland
  16.                 or GCC for DJGPP Gnu Compiler.
  17.   POVUSER.TXT   This is a plain ASCII text file containing the full 
  18.                 tutorial and reference guide for POV-Ray.  It covers all
  19.                 features in detail.
  20.  
  21. NOTE: The MS-Dos version of POV-Ray no longer contains the hypertext help
  22. program POVHELP.EXE.  It was too difficult to maintain documentation in
  23. that format.  We realize that ASCII text is not a good substitute. However
  24. most MS-Dos users also have Windows 3.x or Windows 95/98/NT available. If
  25. you have Windows 95/98/NT then you should obtain the Windows version of 
  26. POV-Ray.  It has POVUSER.HLP which contains the same information as 
  27. POVUSER.TXT in nicely formatted hypertext help form with illustrations.
  28. If you don't want to use POV-Ray for Windows 95/98/NT or only have 
  29. Windows 3.x then check out POVUSER.PDF in Adobe Acrobat PDF format. The
  30. Acrobat Reader is available for free at http://www.adobe.com and runs
  31. on Windows, Mac, & Unix.  Finally POVHTML.ZIP is an archive containing
  32. the povuser information in html format for viewing with an internet 
  33. browser.
  34.  
  35. SYSTEM REQUIREMENTS
  36. -------------------
  37.       POV-Ray requires a 386 or better CPU with at least 4 meg of ram.  
  38. Faster 486-DX or Pentium processors are recommended.  A 386 or 486-sx does 
  39. not have built-in floating point math capability so it will run very slow.  
  40. Adding a 387 or 487 co-processor will increase speed 7 to 10 fold.  
  41.       This version runs in MS-Dos or as an MS-Dos application under Windows 
  42. 3.x, Windows 95, Windows NT and OS/2.  A Windows 95/98/NT specific version
  43. is also available.
  44.       While it is working, POV-Ray can display the image on a VGA or SVGA 
  45. graphics system.  Older CGA, EGA or Mono video cannot use the graphics 
  46. preview but it can still create an image file.
  47.       In addition to the programs supplied in this package, you will need a 
  48. text editor or word processing program that can read, edit and save plain, 
  49. unformatted ASCII text files.  The EDIT program that comes with MS-Dos will 
  50. work for moderate size files.  You will need some sort of image viewer to 
  51. see the images.  One that supports TGA, GIF, and PNG formats is 
  52. recommended.  If you want to turn TGA files into animations we recommend a 
  53. program called Dave's Targa Animator (DTA.EXE) and an animation viewer such 
  54. as AAPLAY or Trilobyte PLAY.  Such programs are available at www.povray.org 
  55. or are usually available where you obtained POV-Ray.
  56.       These instructions assume you have a basic knowledge of how to work 
  57. with directories and files under dos.  It assumes you know what the dos 
  58. path is; what an environment variable is; and how to edit your AUTOEXEC.BAT 
  59. file to change the path or environment.  The install program will offer to 
  60. edit the path for you but if something goes wrong you may need to change it 
  61. yourself.  If you do not have knowledge about directories, paths, batch 
  62. files or editors, your local bookstore has many tutorial books available 
  63. that will help you.  Don't be intimidated by the insulting titles of such 
  64. books.  The only true "dummies" are those who give up trying.
  65.  
  66.  
  67. BASIC USAGE
  68. -----------
  69.       NOTICE!  IF YOU DID NOT INSTALL THE PROGRAM USING THE INSTALL.EXE
  70. SYSTEM, THE EXAMPLES AND INSTRUCTIONS GIVEN HERE MAY NOT WORK!  THE
  71. INSTALLATION PROCESS CONFIGURES POVRAY.INI AND SEVERAL IMPORTANT BATCH 
  72. FILES.  WITHOUT THESE FILES CONFIGURED, THE EXAMPLES HEREIN MAY NOT WORK.
  73.       POV-Ray's basic purpose is to read a scene description written in the 
  74. POV language and to write an image file.  The scene files are plain ASCII 
  75. text files that you create using a text editor.  Dozens of sample files are 
  76. included with this package to illustrate the various features.
  77.       You invoke POV-Ray by typing a command at the MS-Dos prompt.  The 
  78. command is "POVRAY" and it must be followed by one or more command line 
  79. switches.  Each switch begins with a plus or minus sign.  Blanks separate 
  80. the switches.  The switches may be upper or lower case.
  81.       Note: The examples in this documentation assume you installed POV-Ray 
  82. in the C:\POVRAY31 directory.  The installer will let you install POV-Ray 
  83. anywhere and will properly configure it for the drive and directory you 
  84. specified.  You just substitute that drive and directory anywhere we tell
  85. you to use C:\POVRAY31.  Change to that directory now.  Then type the
  86. following command line and press [ENTER]
  87.  
  88. POVRAY +ISHAPES +D1 
  89.  
  90.       The +I command (that's "i" for "input") tells the program what file 
  91. to read as input.  If you don't give an extension on the file name, .POV is 
  92. assumed.  Thus +ISHAPES tells it to read in SHAPES.POV to be rendered.  
  93.       The +D switch (for "display") tells the program to turn the graphic 
  94. preview display on.  A "-D" would turn it off.  The number "1" tells it 
  95. what type of display to use.  Type 1 is the old fashioned standard generic 
  96. VGA at 320 by 200 resolution and just 256 colors.  This is pretty much 
  97. guaranteed to work on any VGA video system.  
  98.       There are other options in effect besides those you typed on the 
  99. command line.  They are stored in a file called POVRAY.INI which was 
  100. created by the install system.  POV-Ray automatically looks for this file 
  101. in the same directory where POVRAY.EXE resides.  See "USING INI FILES" 
  102. below for more information on POVRAY.INI and other INI files.
  103.       When you enter the command shown above, you will see brightly colored 
  104. geometric shapes begin to appear as POV-Ray calculates the color of each 
  105. pixel row by row.  You will probably be disappointed with the graphic 
  106. display results.  That is because this is only a preview display.  The 
  107. actual image is in full 24-bit color but we cannot display that high 
  108. quality using simple VGA with a fixed set of 256 colors.  If your hardware 
  109. supports the VESA interface standard or you have a VESA TSR driver loaded, 
  110. try running with +DG rather than +D1.  This will give you access to all of 
  111. the various modes your video hardware can use.  If you have 15-bit or 16-
  112. bit high color capability try +DGH or if you have 24-bit true color 
  113. capability try +DGT to see the image in all its glory.  See "DISPLAY TYPES" 
  114. below for more information on graphics preview.
  115.       When the program finishes, you will hear beeps.  After admiring the 
  116. image, press [ENTER].  You will see a text screen of statistics.  If the 
  117. text is too much to fit on the screen you may press cursor up or down keys 
  118. to read more text.  Notice that there are tabs at the bottom of the screen.  
  119. Press cursor left or right keys to view other interesting text information.  
  120. Press [ENTER] again to exit POV-Ray.
  121.       If you do not have high color or true color ability you will have to 
  122. view the image file to see the real colors.  The image file SHAPES.TGA is 
  123. written to your current directory.  By default POV-Ray creates files in TGA 
  124. format.  This is a standard format for storing 24-bit true-color images.  
  125. You will need an image viewing program to view the file.  Such programs are 
  126. usually available from the same place where you obtained POV-Ray but a 
  127. viewer is not included in this package.
  128.       If you cannot view TGA files you may add the switch +FN and POV-Ray 
  129. will output PNG (Portable Network Graphic) format.  If PNG format viewer is 
  130. not available then type the following:
  131.  
  132. T2G SHAPES
  133.  
  134. and press [ENTER].  This will run a batch file that invokes the TGA2GIF 
  135. program.  The program will read your SHAPES.TGA file, create an optimal 256 
  136. color palette and write a GIF format file SHAPES.GIF.  Most image viewing 
  137. programs support GIF.
  138.  
  139.  
  140. RUNNING FILES IN OTHER DIRECTORIES
  141. ----------------------------------
  142.       Normally POV-Ray only looks in the current directory for the files it 
  143. needs.  It does not search your MS-Dos path for data files; it only 
  144. searches for programs.  In the sample scene you just ran, file SHAPES.POV 
  145. was in the current directory so this was no problem.  That scene also 
  146. needed other files but your POVRAY.INI file tells POV-Ray other places to 
  147. search for necessary files.
  148.       If you allowed the install system to update your AUTOEXEC.BAT file,
  149. then you can change to any drive or directory and can run POV-Ray from that
  150. directory.  You will also be able to use the batch files and utilities that
  151. came with this package in any directory.  For future reference let's call 
  152. the "use-C:\POVRAY31-in-your-path-plan" as "PLAN 1".
  153.       There are some circumstances where you may not want to put C:\POVRAY31 
  154. in your path.  There is a limit of 128 characters in your path statement 
  155. and you may not have room for it.  Try rendering the SHAPES example from a 
  156. different directory.  If it doesn't work, then you forgot to re-boot your 
  157. system so the new path takes effect.  If after re-booting it still doesn't 
  158. work, it probably means your path is too full.  You will have to adopt a 
  159. different plan.
  160.       Chances are, you already have several directories in your path.  Most 
  161. systems have C:\DOS, C:\WINDOWS or some directory such as C:\UTILITY 
  162. already in the path.  We have provided several small batch files that you 
  163. can copy to that directory.  For future reference we'll call the 
  164. "put-batch-files-in-a-directory-already-on-the-path-plan" as "PLAN 2".
  165.       At any dos prompt, type the word PATH and press [ENTER].  It will 
  166. show you what directories are already on your path.  Then copy the 
  167. following files from your C:\POVRAY31 directory to any of the directories 
  168. already on your path.  The files are:
  169.  
  170.   RUNPOV.BAT  RERUNPOV.BAT  T2G.BAT  
  171.  
  172.       Once you have copied these files, try this example...  In this case, 
  173. do not invoke the program with the command "POVRAY".  Instead use "RUNPOV" 
  174. as follows:
  175.  
  176. cd \POVRAY31\SCENES\ADVANCED
  177. RUNPOV +IWOODBOX +D1
  178.  
  179.       This changes to the \POVRAY31\SCENES\ADVANCED directory where the file 
  180. WOODBOX.POV is found.  It runs the file RUNPOV.BAT.  That batch file is set 
  181. up to run POV-Ray even if it is not on the dos path.  It also passes the 
  182. switches along to POV-Ray.  These batch files have other uses, even if you 
  183. are using "PLAN 1" as described above or "PLAN 3" as described below.  For 
  184. more on these batch files, see "USING BATCH FILES" below.
  185.       All of the early examples in this document assumed you were running 
  186. POV-Ray from the directory where it was installed such as C:\POVRAY31.  This 
  187. approach of always using the installation directory is in fact "PLAN 3".  
  188. If you are using this method, you need to tell POV-Ray where else to look 
  189. for files.  In the case of WOODBOX.POV you could do this:
  190.  
  191. POVRAY +IC:\POVRAY31\SCENES\ADVANCED\WOODBOX +D1
  192.  
  193.       However some scenes need more than one file.  For example the 
  194. directory \POVRAY31\SCENES\ADVANCED\DRUMS2 contains three files: DRUMS.POV, 
  195. DRUMS.INC and REDNEWT.PNG all of which are required for that one scene. In 
  196. this case you should use the +L switch ("L" for "library") to add new 
  197. library paths to those that POV-Ray will search.  You would render the 
  198. scene with this command.
  199.  
  200. POVRAY +L\POVRAY31\SCENES\ADVANCED\DRUMS2 +IDRUMS +D1
  201.  
  202.  
  203. USING INI FILES
  204. ---------------
  205.       There were more options used in these renderings than just the 
  206. switches +I, +D, and +L that you specify.  When you run the program, POV-
  207. Ray automatically looks for the file POVRAY.INI in whatever directory that 
  208. POVRAY.EXE is in.  The POVRAY.INI file contains many options that control 
  209. how POV-Ray works.  We have set this file up so that it is especially easy 
  210. to run your first scene with minimal problems.  The file should be placed 
  211. in the same directory as POVRAY.EXE and it will automatically be read when 
  212. POVRAY is run.  If you ever move POVRAY.EXE to a different directory, be 
  213. sure to move POVRAY.INI too.
  214.       Complete details on all of the available switches and options that 
  215. can be given on the command line or in POVRAY.INI are given in the 
  216. reference guide.
  217.       You may also create INI files of your own with switches or options 
  218. similar to POVRAY.INI.  If you put a file name on the command line without 
  219. a plus or minus sign before it, POV-Ray reads it as an INI file.  Try 
  220. this...
  221.  
  222. POVRAY RES120 +ISHAPES +D1
  223.  
  224.       This causes POV-Ray to look for a file called RES120.INI which we 
  225. have provided.  It sets your resolution to 120 by 90 pixels for a quick 
  226. preview.  The following INI files have been provided for you.
  227.  
  228.    RES120.INI     Sets resolution to 120 by 90
  229.    RES320.INI     Sets resolution to 320 by 200
  230.    RES640.INI     Sets resolution to 640 by 480
  231.    RES800.INI     Sets resolution to 800 by 600
  232.    RES1K.INI      Sets resolution to 1024 by 768
  233.    LOW.INI        Sets low quality at 120 by 90
  234.    SLOW.INI       Turns on radiosity and anti-aliasing; very slow
  235.                     but beautiful.
  236.    TGAFLI.INI TGAFLC.INI   Create an FLI/FLC animation from TGA images
  237.    PNGFLI.INI PNGFLC.INI   Create an FLI/FLC animation from PNG images
  238.    ZIPFLI.INI ZIPFLC.INI   Create an FLI/FLC animation from zipped images
  239.                            See "ANIMATION TIPS" below.
  240.    ALLSCENE.INI ALLANIM.INI See "RENDERING ALL SCENES" below.
  241.  
  242.       You can create your own custom INI's which can contain any command in 
  243. the reference guide.
  244.  
  245.  
  246. ALTERNATIVES TO POVRAY.INI
  247. --------------------------
  248.       The POVRAY.INI file is supposed to hold your favorite global default 
  249. options that you want to use all the time.  You should feel free to edit it 
  250. with new options that suit your needs.  However it must be located in the 
  251. same directory as POVRAY.EXE or it won't be found.  The dos path isn't 
  252. searched nor will +L commands help because POVRAY.INI is processed before 
  253. any command line switches.
  254.       If your POVRAY.EXE resides on a CD-ROM then you can't edit the 
  255. POVRAY.INI on the CD.  There is an alternative.  You may use an environment 
  256. variable to specify an alternative global default.
  257.       In your AUTOEXEC.BAT file add a line similar to this:
  258.  
  259. set POVINI=D:\DIRECT\FILE.INI
  260.  
  261. which sets the POVINI environment variable to whatever drive, directory and 
  262. INI file you choose.  If you specify any POVINI environment variable then 
  263. POVRAY.INI is NOT READ.  This is true even if the file you named doesn't 
  264. exist.  Note that you are specifying an entire path and file name.  This is 
  265. not a pointer to a directory containing POVRAY.INI.  It is a pointer to the 
  266. actual file itself.
  267.       Note that the POVRAYOPT environment variable in early versions of 
  268. POV-Ray is no longer supported.
  269.  
  270.  
  271. USING BATCH FILES
  272. -----------------
  273.       We've already described how the file RUNPOV.BAT can be used as an 
  274. alternative to running POV-Ray directly.  RUNPOV.BAT also has one other 
  275. use.  It uses the +GI switch to create a file called RERUN.INI.  This makes 
  276. it very easy to run the same file over again with the same parameters.  
  277. When creating your own scene files you will probably make dozens of test 
  278. renders.  This is a very valuable feature.  Here is how it works...  
  279. Suppose you render a scene as follows:
  280.  
  281. RUNPOV +IMYSCENE +D1 RES120
  282.  
  283. This renders MYSCENE.POV at 120 by 90 resolution.  (Note there is no such 
  284. scene.  This is hypothetical.)  After viewing it, you noticed a mistake 
  285. which you fixed with your text editor.  To rerun the scene type:
  286.  
  287. RERUNPOV
  288.  
  289. and that's all.  It will rerun the same scene you just ran.  Suppose you 
  290. want more detail on the next run.  You can add more switches or INI files.  
  291. For example:
  292.  
  293. RERUNPOV RES320
  294.  
  295. will rerun at higher resolution.  Subsequent uses of RERUNPOV will be at 
  296. 320 by 200 until you tell it differently.  As another example, the +A 
  297. switch turns on anti-aliasing.  Typing "RERUNPOV +A" reruns with anti-
  298. aliasing on.  All subsequent reruns will have it on until you do a 
  299. "RERUNPOV -A" to turn it off. Note if you do another "RUNPOV" it starts 
  300. over from your POVRAY.INI defaults and it overwrites the old RERUN.INI.
  301.       One other batch file is included.  The file T2G.BAT invokes the 
  302. TGA2GIF.EXE program for converting TGA files to GIF files.  You could 
  303. run TGA2GIF directly but its default parameters do not generally produce 
  304. the best results.  If you use T2G instead, it adds some command line 
  305. switches which work better.  For a full list of switches available for 
  306. TGA2GIF, type "TGA2GIF" with no parameters and it will display the 
  307. available switches and options.
  308.  
  309.  
  310. DISPLAY TYPES
  311. -------------
  312.       You have already seen how to turn on graphics preview using +D1.  
  313. Here are details on other variations of the +D switch.  Use -D to turn the 
  314. display off.  If you use -D then you will probably want to add the +V 
  315. switch to turn on "v"erbose status messages so you can monitor the progress 
  316. of the rendering while in progress.
  317.       The number "1" after the +D tells it what kind of video hardware to 
  318. use.  If you use +D alone or +D0 then POV-Ray will attempt to auto detect 
  319. your hardware type.  Use +D? to see a message about what type of hardware 
  320. POV-Ray found.
  321.       You may also explicitly tell POV-Ray what hardware to use.  The 
  322. following chart lists all of the supported types.  
  323.  
  324.     +D0     Auto detect (S)VGA type (Default)
  325.     +D1     Standard VGA 320x200
  326.     +D2     Standard VGA 360 x 480
  327.     +D3     Tseng Labs 3000 SVGA 640x480
  328.     +D4     Tseng Labs 4000 SVGA 
  329.     +D5     AT&T VDC600 SVGA 640x400
  330.     +D6     Oak Technologies SVGA 640x480
  331.     +D7     Video 7 SVGA 640x480
  332.     +D8     Video 7 Vega (Cirrus) VGA 360x480
  333.     +D9     Paradise SVGA 640x480
  334.     +DA     Ahead Systems Ver. A SVGA 640x480
  335.     +DB     Ahead Systems Ver. B SVGA 640x480
  336.     +DC     Chips & Technologies SVGA 640x480
  337.     +DD     ATI SGVA (older version) 640x480
  338.     +DE     Everex SVGA 640x480
  339.     +DF     Trident SVGA 640x480
  340.     +DG     VESA Standard SVGA Adapter
  341.     +DH     ATI XL display card
  342.     +DI     Diamond Computer Systems SpeedSTAR 24X
  343.  
  344.       The most common type is a VESA standard card which uses +DG.  VESA is 
  345. a standard software interface that works on a wide variety of cards.  Those 
  346. cards which do not have VESA support directly built-in, generally have a 
  347. video driver that you can load to provide VESA support.  The program 
  348. UniVBE is a high quality universal VESA driver that may work for you.
  349. It can be found at www.povray.org or possibly other POV-Ray sites.
  350.       The options listed above had been tested and worked under earlier 
  351. versions of POV-Ray but there have been many changes in the program and we 
  352. cannot guarantee these all still work.  If you can use VESA then do so.  It 
  353. has been well tested and will give you the most flexibility.
  354.       After the +D and the type, you may specify a 3rd character that 
  355. specifies the palette type.
  356.  
  357.     +D?3 Use 332 palette with dithering (Default and best for VGA systems)
  358.          This is a fixed palette of 256 colors with each color consisting
  359.          3-bits of red data, 3-bits green and 2-bits blue.
  360.  
  361.     +D?0 Use HSV palette option for VGA display
  362.          This is a fixed palette of 256 colors where colors are matched
  363.          according to hue, saturation and intensity rather than the amount
  364.          of red, green and blue.
  365.  
  366.     +D?G Use fixed gray scale palette option for VGA display
  367.  
  368.     +D?H Use HiColor option.  Displays 32,000+ colors with dithering. 
  369.          Supported on VESA, SpeedSTAR 24X, ATI XL HiColor and Tseng 4000
  370.          based cards with high color 15 or 16 bit options.
  371.  
  372.     +D?T For Truecolor 24 bit cards. Use 24 bit color.
  373.          Supported on the Diamond SpeedSTAR 24X and cards with 
  374.          24bit VESA support only.
  375.  
  376. Here are some examples:
  377.  
  378.     +D0H Auto detect the VGA display type and display the image to the
  379.          screen as it's being worked on. Use the 15-bit HiColor chip and
  380.          dithering to display more than 32,000 colors on screen. 
  381.     +D4  Display to a TSENG 4000 chipset VGA using the 332 palette option.
  382.     +D4H Display to a TSENG 4000 chipset VGA using the HiColor option.
  383.     +DG0 Display to a VESA VGA adapter and use the HSV palette option.
  384.     +DG3 Display to a VESA VGA adapter and use the 332 palette option.
  385.     +DGH Display to a VESA VGA adapter and use the HiColor option for
  386.          over 32,000 colors.
  387.     +DGT Display to a VESA VGA adapter and use the TrueColor option for 
  388.          over 16 million colors.
  389.  
  390. Note that your VESA BIOS must support these options in order for you to use 
  391. them.  Some cards may support HiColor and/or TrueColor at the hardware 
  392. level but not thru their VESA BIOS.
  393.  
  394.  
  395. ANIMATION TIPS
  396. --------------
  397.       The section above on USING INI FILES lists six files for creating 
  398. animations.  The FLI versions create 320 x 200 FLI files and the FLC 
  399. versions create FLC files at whatever resolution you specify.  These files 
  400. use POV-Ray's new command shell-out feature which allows you to execute a 
  401. dos command before or after any render or before or after each frame.  Full 
  402. details on these commands are in the reference guide.  They also require 
  403. DTA.EXE which is not included in this package but is available at 
  404. www.povray.org and many other places.  If you have DTA, try this example:
  405.  
  406. RUNPOV +D1 +IFLOAT1 +L\POVRAY31\SCENES\ANIMATE\FLOAT1 TGAFLI RES320 +KFF10
  407.  
  408.       The +KFF10 command tells POV-Ray to render a 10 frame animation.  
  409. TGAFLI firsts looks to see if FLOAT1.FLI exists.  It uses a handy program 
  410. called EXISTS.EXE which we have provided.  (Note if you are using 
  411. installation plan 2, you must also copy EXISTS.EXE to a directory on your 
  412. path.  It is a very small program and not worth creating a batch file.)
  413.       You may interrupt and restart this rendering using RERUNPOV and it 
  414. will pick up where it left off.  When finished, it calls DTA to assemble 
  415. MYSCENE.FLI from the TGA files.
  416.       Because lots of TGA files take up space, you may choose to use PNG 
  417. which is a compressed file format.  PNGFLI.INI is provided for such 
  418. rendering.  Note versions of DTA prior to 2.2 beta 24 did not properly 
  419. handle PNG or did not support PNG at all.
  420.       Finally if you have the utility PKZIP.EXE (not included) you can use 
  421. the file ZIPFLI.INI to zip your TGA or PNG files together and create a FLI 
  422. from it.  The zip method is more efficient to use if you are going to have 
  423. to interrupt and restart rendering.  This is because files are moved to the 
  424. archive only when 100% complete.  This let's you test to see if a frame is 
  425. complete without re-parsing the scene.
  426.  
  427.  
  428. RENDERING ALL SCENES
  429. --------------------
  430.       A set of batch and INI files have been provided to help you render
  431. all of the sample scenes and animations.  These files must be run in
  432. your C:\POVRAY31 directory or whatever directory in which you installed
  433. POV-Ray.  The file ALLSTILL.BAT renders all still scenes using parameters
  434. from ALLSTILL.INI.  It creates a \POVRAY31\ALLSCENE directory and puts
  435. all the resulting GIF files there.  ALLANIM.BAT creates animations
  436. in that same directory.  It assumes that you have the utilities pkzip.exe 
  437. and dta.exe available in your installation directory or via your dos path.
  438. ALLANIM.INI contains the parameters for the animations.  You may edit
  439. these INI files to suit your taste.
  440.  
  441.  
  442. --------------------------------------------------------------------------
  443. POV-Ray, POV-Help, and Persistence of Vision Ray Tracer are trademarks of 
  444. the POV-Team.
  445.  
  446. MS-Dos and Windows, Windows NT and Windows 95 are trademarks of Microsoft.
  447. --------------------------------------------------------------------------
  448. This document (c) Copyright 1998 - POV-Team.
  449.