home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / spiele / argon / argon.exe / src / graphics / pov / povray.ini < prev   
Encoding:
Text File  |  1999-12-05  |  3.2 KB  |  95 lines

  1. ;;
  2. ;;
  3. ;;                 PERSISTENCE OF VISION(tm) RAY TRACER
  4. ;;
  5. ;;                       POV-Ray version 3.1e
  6. ;;
  7. ;;
  8. ;; This file contains the system default options for POV-Ray.  To replace
  9. ;; these system defaults with a personal set, copy this file to
  10. ;; $HOME/.povrayrc and change it to meet your needs.  A per-project set of
  11. ;; defaults can be created in each directory under the name povray.ini.
  12. ;; Options set in a default INI file can be overridden on the command line
  13. ;; directly with switches or with options set in other named INI files.
  14. ;;
  15. ;; Only some of the more commonly used options are in this file.  Read
  16. ;; the User's Documentation for a list of all the possibilities.  The
  17. ;; command line equivalents of the options are also noted in ()'s.
  18.  
  19. ;; Modified by Mike Fleetwood, February 1999
  20.  
  21. ;; Search path for #include source files or command line ini files not
  22. ;; found in the current directory.  New directories are added to the
  23. ;; search path, up to a maximum of 25.
  24. Library_Path=/usr/local/lib/povray31            ;; (+Ldir)
  25. Library_Path=/usr/local/lib/povray31/include
  26.  
  27.  
  28. ;; Image size.
  29. Width=160            ;; (+Wn)
  30. Height=160            ;; (+Hn)
  31.  
  32.  
  33. ;; Partial trace of the image.
  34. ;; Values range from top left to bottom right.
  35. ;; Can use either 0.0 to 1.0 as fraction of height/width, or
  36. ;; whole numbers as rows and columns.
  37. ;Start_Row=0.1            ;; (+SR0.n / +SRn)
  38. ;End_Row=0.2            ;; (+ER0.n / +ERn)
  39. ;Start_Column=45        ;; (+SC0.n / +SCn)
  40. ;End_Column=90            ;; (+EC0.n / +ECn)
  41.  
  42.  
  43. ;; Test for trace abort.  Use 'q' or 'Q' to abort if enabled.  Not
  44. ;; really needed on Unix as you can always use the Interrupt signal.
  45. Test_Abort=true            ;; (+/-X)
  46. Test_Abort_Count=100        ;; (+Xn)
  47.  
  48.  
  49. ;; Output quality. (Ray tracer actions).
  50. ;;     0-1    Quick colours.  Full ambient lighting only.
  51. ;;     2-3    Quick colours.  Diffuse and ambient lighting only.
  52. ;;     4      Quick colours.  Render shadows.  No extended lights.
  53. ;;     5      Quick colours.  Render shadows including extended lights.
  54. ;;     6-7    Texture patterns.
  55. ;;     8      Reflected, refracted and transmitted rays.
  56. ;;     9      Compute media.
  57. ;;     10     Compute radiosity but no media.
  58. ;;     11     Compute radiosity and media.
  59. Quality=9            ;; (+Qn)
  60.  
  61.  
  62. ;; Anti-aliasing controls.
  63. Antialias=true            ;; (+/-An)
  64. Sampling_Method=2
  65.  
  66.  
  67. ;; Display the image while tracing controls.
  68. Display=false            ;; (+/-D)
  69. Pause_When_Done=false        ;; (+/-P)
  70.  
  71.  
  72. ;; Internal animation loop control.
  73. ;; The 'clock' definition within the source changes from 0 to 1 for each
  74. ;; frame of the animation.  If cyclic animation is enabled it steps from
  75. ;; 0 to a fraction below 1 (actually 1 - 1/Final_Frame).
  76. ;Initial_Frame=1        ;; (+KFIn)
  77. ;Final_Frame=36            ;; (+KFFn)
  78. ;Cyclic_Animation=true        ;; (+/-KC)
  79.  
  80.  
  81. ;; File output type control.
  82. ;;     T    Uncompressed Targa-24
  83. ;;     C    Compressed Targa-24
  84. ;;     P    UNIX PPM
  85. ;;     N    PNG (8-bits per colour RGB)
  86. ;;     Nc   PNG (``c'' bit per colour RGB where 5 <= c <= 16)
  87. Output_to_File=true
  88. Output_File_Type=T        ;; (+/-Ftype)
  89.  
  90.  
  91. ;; Define the Gamma output responce of the monitor.
  92. ;; This is about correct for most Unix an PC monitors.
  93. Display_Gamma=2.2        ;; (Not available as command line switch)
  94.  
  95.