; Width of image in pixels. Accepts integer values. ; Width = 320 ; ; Height of image in pixels. Accepts integer values. ; Height = 240 ; ; Turns pause when done feature off/on. Accepts boolean values. ; Pause_when_Done = off ; ; ; Sets minimum number of objects before auto bounding kicks in. ; Bounding_Threshold = 3 ; ; ; Test for user abort with any keypress every 100 pixels. ; Test_Abort=On Test_Abort_Count=100 ; ; Specify path to search for any files not found in current ; directory. Up to 25 such paths may be specified. Library_Path=/usr/local/hacks/lib/povray3 Library_Path=/usr/local/hacks/lib/povray3/include Library_Path=/usr/local/hacks/lib/povray3/povscn/level1 Library_Path=/usr/local/hacks/lib/povray3/povscn/level2 Library_Path=/usr/local/hacks/lib/povray3/povscn/level3 Library_Path=/usr/local/hacks/lib/povray3/povscn/math ; ; Write a lot of messages. ; Verbose=On ; ; Uncomment the line below to use antialiasing. ; ; Antialias=On ; ; Save rendering in a targa file named /tmp/d.tga, and show it in xv. ; Output_File_Name=/tmp/d.tga Post_Scene_Command=xv /tmp/d.tga &