; PERSISTENCE OF VISION RAY TRACER ; ; POV-Ray VERSION 3.8 ; ; SAMPLE POVRAY.INI FILE ; ; The general form of the options is "Variable=value". Everything ; between the equals sign and the end of the line is considered part ; of the value. The spacing and layout is free-form but only one option ; per line is allowed. Variables and values are not case-sensitive. ; ; Note: characters after a semi-colon are treated as a comment ; ; Traditional POV-Ray switches beginning with + or - are also allowed ; and they may be given with more than one switch per line. ; ; Add your own options at the bottom and/or edit these to suit. See the ; general documentation for full instructions on how to use INI options. ; ; ; ; Sets minimum number of objects before auto bounding kicks in. ; ; Bounding_Threshold = 3 ; ; ; Turn display on ; Display=On ; ; Turn verbose mode on Verbose=On ; ; ; Specify path to search for any files not found in current directory. ; For example: Library_Path="C:\Program Files\POV-Ray for Windows\include" ; There may be some entries already here; if there are they were ; probably added by the install process or whoever set up the ; software for you. At the least you can expect an entry that ; points to the standard POV-Ray include files directory; on ; some operating systems there may also be one which points to ; the system's fonts directory. ; ; Note that some platforms (e.g. Windows, unless this feature is ; turned off via the configuration file) will automatically append ; standard locations like those mentioned above to the library ; path list after reading this file, so in those cases you don't ; necessarily have to have anything at all here. ; ;; 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="/home/s/syanenzc/povlab.online/public_html/povray/share/povray-3.8" Library_Path="/home/s/syanenzc/povlab.online/public_html/povray/share/povray-3.8/ini" Library_Path="/home/s/syanenzc/povlab.online/public_html/povray/share/povray-3.8/include" Library_Path="/home/s/syanenzc/povlab.online/public_html/scenes/samples" Library_Path="/home/s/syanenzc/povlab.online/public_html/scenes/samples/materials" Library_Path="/home/s/syanenzc/povlab.online/public_html/scenes/samples/radiosity_material" Library_Path="/home/s/syanenzc/povlab.online/public_html/scenes/samples/spectral" Width = 1024 Height = 768 ;Width = 640 ;Height = 480 Antialias = On Sampling_Method = 1 Antialias_Depth = 4 Antialias_Threshold = 0.1 Jitter = Off Quality = 11 Output_To_File = On Output_File_Type = N Display = On Verbose = On Initial_Frame = 0 Final_Frame = 0 Subset_Start_Frame = 0 Subset_End_Frame = 0 Test_Abort = On Test_Abort_Count = 100