POV-Ray : Newsgroups : povray.windows : render .ini for POV-Ray for Windows (and others) : render .ini for POV-Ray for Windows (and others) Server Time
28 Jul 2024 06:18:35 EDT (-0400)
  render .ini for POV-Ray for Windows (and others)  
From: Alan Kong
Date: 8 Dec 1999 20:54:54
Message: <js2u4sc2gdf6gttdprnsjdj69g40hsv2d9@4ax.com>
I use the following rendering .ini file for POV-Ray for Windows and
the MS-DOS version. I'll probably use something similar under Linux.

  I have all stats displayed to the console in Windows, as well as
output to text file 'trace', for later review. My output file format of
choice is .png. The following resolution choices give me low res test
renders, medium res test renders with anti-aliasing, and better res
renders using adaptive a-a.

[80x60]
Width=80
Height=60
Antialias=Off
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[160x120]
Width=160
Height=120
Antialias=Off
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[320x240]
Width=320
Height=240
Antialias=Off
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[]

[80x60, AA 0.3]
Width=80
Height=60
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[160x120, AA 0.3]
Width=160
Height=120
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[320x240, AA 0.3]
Width=320
Height=240
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[640x480, AA 0.3]
Width=640
Height=480
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[800x600, AA 0.3]
Width=800
Height=600
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[1024x768, AA 0.3]
Width=1024
Height=768
Antialias=On
Antialias_Threshold=0.3
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[]

[800x600, AM2 0.2]
Width=800
Height=600
Antialias=On
Sampling_Method=2
Antialias_Threshold=0.2
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[1024x768, AM2 0.2]
Width=1024
Height=768
Antialias=On
Sampling_Method=2
Antialias_Threshold=0.2
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"

[1280x1024, AM2 0.2]
Width=1280
Height=1024
Antialias=On
Sampling_Method=2
Antialias_Threshold=0.2
Output_File_Type=N
All_Console=on
All_File=trace
Bounding_Threshold=1
Display_Gamma = 2.0
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\My Includes"
Library_Path="C:\Program Files\POV-Ray for Windows v3.1\include"


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.