home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / README.DOC < prev    next >
Encoding:
Text File  |  2000-04-06  |  5.3 KB  |  115 lines

  1. TIPS
  2.  
  3.   Many commonly-asked questions are answered in the Tips. For your convenience,
  4.   the Tips text is presented here as well.
  5.  
  6.                              ------------------
  7.  
  8. Many frequently asked questions refer to things already in the documentation
  9. and even these tip dialogs. Be sure to read the help file (press F1 after
  10. dismissing this dialog) and to read all of these tips before asking a question.
  11.  
  12. By default, if you double-click on a file using the Windows 95 Explorer
  13. while POV-Ray is already loaded, a new copy of POV-Ray will be started.
  14. You can change this to start the file in the already-loaded copy of POV-Ray
  15. by using 'Options|Keep Single Instance'.
  16.  
  17. You can open a file for editing or rendering from the Windows 95 Explorer by
  18. using the right mouse button when you click on the file name. This feature even
  19. works with POV-Ray's own internal file browse dialogs. For example, dismiss this
  20. tip dialog, press ALT-S, choose a .POV or .INI file, press the right mouse button
  21. and see what happens. (Windows 95 users only.)
  22.  
  23. By default, POV-Ray's rendering speed under Windows will be slower than DOS
  24. because it tries to be 'nice' to other programs by not hogging the CPU. If
  25. time is an issue (or you want to do a benchmark), you need to set the priority
  26. of the renderer from the 'Render|Render Priority' menu. Windows 3.1 users will
  27. find this entry called 'Niceness' instead.
  28.  
  29. You can select a plain background, or a different bitmap for the tiled
  30. background, from the Appearance menu. A shortcut for the bitmap file browse
  31. dialog box is ALT-P. POV-Ray for Windows comes with a number of tileable
  32. backgrounds for you to use.
  33.  
  34. You can access a number of commonly-used functions by pressing the right
  35. mouse button while over a window. You will get a different pop-up menu for
  36. both the main window and the render window.
  37.  
  38. To close the small 'message window' that is displayed below the editor
  39. during rendering (or after an error), right-click on the EDITOR window and
  40. select 'Hide Messages'.
  41.  
  42. You can cause POV-Ray to output all image files to a single directory by
  43. specifying it using Output_File_Name. E.g., to output all image files to
  44. the directory c:\images, use Output_File_Name=c:\images\ in either an INI
  45. file, or on the command-line. Unless you explicitly specify an output file,
  46. the output file will be automatically placed in that directory.
  47.  
  48. You can change the default colour and font for the message display from the
  49. Options menu.
  50.  
  51. If you are using POV-Ray's own editor, POV-Edit, you can press Ctrl-F1 when
  52. the cursor is on a word to do a help-file lookup for that word.
  53.  
  54. By default, POV-Ray for Windows will allow you to start multiple copies of
  55. itself. This seems to be the behaviour that most people want. However, it is
  56. not always desirable. To change this, select 'Options|Keep Single Instance'.
  57.  
  58. That while the default output file type is uncompressed BMP, POV-Ray for
  59. Windows can also write TGA (+ft), compressed TGA (+fc), PNG (+fn) and PPM
  60. (+fp).
  61.  
  62. You can drag'n'drop .BMP files onto POV-Ray's main window, and it will tile
  63. and display them in the same way as if you had selected the menu option
  64. 'Options|MEssage Window|Tiling Options|Browse'. You can Drag'N'Drop 
  65. .POV and .INI files too, and POV will either render them or edit them 
  66. (depending on the setting of the menu 'Options|Drag'N'Drop Destination'.
  67.  
  68. You can supply command-line parameters to POV-Ray for Windows in exactly the
  69. same way as for the DOS version. If any parameters are on the command-line
  70. when POV-Ray starts, it will fire up the rendering engine straight away.
  71. This allows you to set up icons for commonly-used tasks you may perform.
  72. Read the help file section on command-line parameters for more information.
  73.  
  74. That it is also legal to supply INI file parameters on the command line ?
  75. For example, instead of "+ifilename.pov" you can say "Input_File_Name=
  76. filename.pov". This is actually essential if you are using long filenames
  77. that contain spaces, as the conventional "+i" form does not work with those
  78. types of filenames.
  79.  
  80. That you can customise the Tools menu ? You can add your own entries (up to 32
  81. in fact) that can execute any external program. POV-Ray for Windows allows you
  82. to specify parameters, such as '%r', which expands to the last rendered file.
  83.  
  84.                              ------------------
  85.  
  86. POV-Ray for Windows requires the following directory layout -
  87.  
  88. <installdir>--\
  89.               |- ini
  90.               |- bin
  91.               |- include
  92.               |- help
  93.               |- Insert Menu
  94.               |- renderer
  95.                  |- rerun
  96.  
  97. The INI directory holds PVENGINE.INI and other internal INI files.
  98.  
  99. The renderer directory holds INI files related to POV-Ray's renderer.
  100.  
  101. The bin directory holds the POV-Ray for Windows executable, the editors, and
  102. some other files.
  103.  
  104. The include directory holds the standard POV-Ray include files.
  105.  
  106. The help directory holds the POV-Ray documentation and help files.
  107.  
  108. The Insert Menu directory holds the definitions for the editor's insert menu.
  109.  
  110. These are automatically set up for you by the installation program. POV-Ray
  111. requires many of these for correct operation. You cannot move POV-Ray for
  112. Windows without changing some system entries set up by the installation
  113. program. Re-install it instead.
  114.  
  115.