;; ;; ;; PERSISTENCE OF VISION(tm) RAY TRACER ;; ;; POV-Ray version 3.1f ;; ;; ;; This file contains the system default options for POV-Ray. To replace ;; these system defaults with a personal set, copy this file to ;; $HOME/.povrayrc and change it to meet your needs. A per-project set of ;; defaults can be created in each directory under the name povray.ini. ;; Options set in a default INI file can be overridden on the command line ;; directly with switches or with options set in other named INI files. ;; ;; Only some of the more commonly used options are in this file. Read ;; the User's Documentation for a list of all the possibilities. The ;; command line equivalents of the options are also noted in ()'s. ;; Modified by Mike Fleetwood, February 1999 ;; Search path for #include source files or command line ini files not ;; found in the current directory. New directories are added to the ;; search path, up to a maximum of 25. Library_Path=/usr/local/lib/povray31 ;; (+Ldir) Library_Path=/usr/local/lib/povray31/include Input_File_Name=scene.pov ;; Image size. Width=800 ;; (+Wn) Height=600 ;; (+Hn) ;; Partial trace of the image. ;; Values range from top left to bottom right. ;; Can use either 0.0 to 1.0 as fraction of height/width, or ;; whole numbers as rows and columns. ;Start_Row=0.1 ;; (+SR0.n / +SRn) ;End_Row=0.2 ;; (+ER0.n / +ERn) ;Start_Column=45 ;; (+SC0.n / +SCn) ;End_Column=90 ;; (+EC0.n / +ECn) ;; Test for trace abort. Use 'q' or 'Q' to abort if enabled. Not ;; really needed on Unix as you can always use the Interrupt signal. Test_Abort=false ;; (+/-X) Test_Abort_Count=100 ;; (+Xn) ;; Output quality. (Ray tracer actions). ;; 0-1 Quick colours. Full ambient lighting only. ;; 2-3 Quick colours. Diffuse and ambient lighting only. ;; 4 Quick colours. Render shadows. No extended lights. ;; 5 Quick colours. Render shadows including extended lights. ;; 6-7 Texture patterns. ;; 8 Reflected, refracted and transmitted rays. ;; 9 Compute media. ;; ( 10 Compute radiosity but no media. ) ;; ( 11 Compute radiosity and media. ) Quality=8 ;; (+Qn) ;; Anti-aliasing controls. ;Antialias=true ;; (+/-An) ;Sampling_Method=1 Antialias_Threshold=integer=3 ;;Sampling_Method: non-adaptive (n = 1), or adaptive antialiasing (n = 2) Antialias_Depth=3 Jitter_Amount=1 ;Jitter=On Radiosity=Off ;; Display the image while tracing controls. Display=true ;; (+/-D) Pause_When_Done=true ;; (+/-P) Verbose=On ;; Internal animation loop control. ;; The 'clock' definition within the source changes from 0 to 1 for each ;; frame of the animation. If cyclic animation is enabled it steps from ;; 0 to a fraction below 1 (actually 1 - 1/Final_Frame). ;Initial_Frame=1 ;; (+KFIn) ;Final_Frame=36 ;; (+KFFn) ;Cyclic_Animation=true ;; (+/-KC) ;; File output type control. ;; T Uncompressed Targa-24 ;; C Compressed Targa-24 ;; P UNIX PPM ;; N PNG (8-bits per colour RGB) ;; Nc PNG (``c'' bit per colour RGB where 5 <= c <= 16) Output_to_File=false Output_File_Type=P ;; (+/-Ftype) ;; Define the Gamma output responce of the monitor. ;; This is about correct for most Unix an PC monitors. Display_Gamma=2.2 ;; (Not available as command line switch) [high] Library_Path=/usr/local/lib/povray31 ;; (+Ldir) Library_Path=/usr/local/lib/povray31/include Input_File_Name=scene.pov Width=1280 ;; (+Wn) Height=960 ;; (+Hn) Test_Abort=false ;; (+/-X) Test_Abort_Count=100 ;; (+Xn) Quality=9 ;; (+Qn) Antialias=true ;; (+/-An) Sampling_Method=2 Antialias_Threshold=0.3 Antialias_Depth=3 Jitter_Amount=1.0 Jitter=Off Radiosity=On Display=true ;; (+/-D) Pause_When_Done=true ;; (+/-P) Verbose=On ;Initial_Frame=1 ;; (+KFIn) ;Final_Frame=36 ;; (+KFFn) ;Cyclic_Animation=true ;; (+/-KC) Output_to_File=true Output_File_Type=P ;; (+/-Ftype) Display_Gamma=2.2 ;; (Not available as command line switch) [part] Library_Path=/usr/local/lib/povray31 ;; (+Ldir) Library_Path=/usr/local/lib/povray31/include Input_File_Name=scene.pov Width=800 ;; (+Wn) Height=600 ;; (+Hn) Start_Column=0.4 Start_Row=0.5 End_Column=0.8 End_Row=0.8 Test_Abort=false ;; (+/-X) Test_Abort_Count=100 ;; (+Xn) Quality=9 ;; (+Qn) Antialias=false ;; (+/-An) Sampling_Method=2 Antialias_Threshold=0.3 Antialias_Depth=3 Jitter_Amount=1.0 Jitter=Off Radiosity=Off Display=true ;; (+/-D) Pause_When_Done=true ;; (+/-P) Verbose=On ;Initial_Frame=1 ;; (+KFIn) ;Final_Frame=36 ;; (+KFFn) ;Cyclic_Animation=true ;; (+/-KC) Output_to_File=false Output_File_Type=P ;; (+/-Ftype) Display_Gamma=2.2 ;; (Not available as command line switch) [animate] Library_Path=/usr/local/lib/povray31 ;; (+Ldir) Library_Path=/usr/local/lib/povray31/include Input_File_Name=scene.pov Width=640 ;; (+Wn) Height=480 ;; (+Hn) Test_Abort=false ;; (+/-X) Test_Abort_Count=100 ;; (+Xn) Quality=9 ;; (+Qn) Antialias=true ;; (+/-An) Sampling_Method=2 Antialias_Threshold=0.3 Antialias_Depth=3 Jitter_Amount=1.0 Jitter=Off Radiosity=On Display=false ;; (+/-D) Pause_When_Done=false ;; (+/-P) Verbose=On Initial_Frame=1 ;; (+KFIn) Final_Frame=250 ;; (+KFFn) Cyclic_Animation=true ;; (+/-KC) Post_Frame_command=gzip %o && scp %o.gz scp@pq.myip.org:up/ && rm -f %o.gz Output_to_File=true Output_File_Type=P ;; (+/-Ftype) Display_Gamma=2.2 ;; (Not available as command line switch)