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

  1. ;                     PERSISTENCE OF VISION RAY TRACER
  2. ;
  3. ;                           POV-Ray VERSION 3.0
  4. ;
  5. ;                         SAMPLE POVRAY.INI FILE
  6. ;
  7. ;  The general form of the options is "Variable=value".  Everything 
  8. ;  between the equals sign and the end of the line is considered part 
  9. ;  of the value.  The spacing and layout is free-form but only one option 
  10. ;  per line is allowed.  Variables and values are not case-sensitive.  
  11. ;
  12. ;  Note: characters after a semi-colon are treated as a comment
  13. ;
  14. ;  Traditional POV-Ray switches beginning with + or - are also allowed
  15. ;  and they may be given with more than one switch per line.  
  16. ;
  17. ;  These options have been put in this file because they will help
  18. ;  you get up and running quickly.  This file assumes you have installed
  19. ;  the program in the C:\POVRAY3 drive and directory.  If you have
  20. ;  installed the program on a different drive or directory you must edit
  21. ;  the appropriate lines below.  See the general documentation for full
  22. ;  instructions on how to use INI options.
  23. ;
  24. ;  Add your own options at the bottom and/or edit these to suit.
  25. ;
  26. ;
  27. ; Width of image in pixels.  Accepts integer values.
  28. ;
  29. Width = 320
  30. ;
  31. ;
  32. ; Height of image in pixels.  Accepts integer values.
  33. ;
  34. Height = 240
  35. ;
  36. ; Sets minimum number of objects before auto bounding kicks in.
  37. ;
  38. Bounding_Threshold = 3
  39. ;
  40. ;
  41. ; Turn display on
  42. Display=On
  43. ;
  44. ; Turn verbose mode on
  45. Verbose=On
  46. ;
  47. ;
  48. ; Specify path to search for any files not found in current
  49. ; directory.  Up to 10 such paths may be specified.
  50. ; These were added by the install process with your installation
  51. ; drive and directory already patched in.
  52. ;