; Modified in order to work for RiscOS
; Edit to your taste
; Also see other ini example files 

Library_Path=ADFS::4.$.Povray.povray31.include			;; (+Ldir)
Library_Path=ADFS::4.$.Povray.povray31.scenes

;; Image size.
Width=32			;; (+Wn)
Height=24			;; (+Hn)


;; 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=true			;; (+/-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=9			;; (+Qn)


;; Anti-aliasing controls.
;Antialias=true			;; (+/-An)
;Sampling_Method=2


;; Display the image while tracing controls.
Display=false			;; (+/-D)
Pause_When_Done=false		;; (+/-P)


;; 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=true
Output_File_Type=T		;; (+/-Ftype)

Buffer_Output=true
Buffer_size=16

;; 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)

