POV-Ray : Newsgroups : povray.beta-test : v3.7 example scenes : Re: v3.7 final proposal? Server Time
29 Jul 2024 10:20:43 EDT (-0400)
  Re: v3.7 final proposal?  
From: StephenS
Date: 26 Aug 2008 06:20:01
Message: <web.48b3d7bc255cf784722b1cc00@news.povray.org>
"Jim Holsenback" <jho### [at] hotmailcom> wrote:
....
Sorry for taking so long, I have been struggling a bit, but seem to be going
fine now. This post by Jim has helped.
> [768x576, AA 0.3]
>
> Width=768
>
> Height=576
>
> Antialias=On
>
> Antialias_Threshold=0.3
>
> Display_Gamma=2.3
....
I'm using this in quickres.ini to help:

[768x576, AA 0.3, png]
Width=768
Height=576
Antialias=On
Antialias_Threshold=0.3
Output_File_Type = n

> // Updated: 04Aug2008(jh) for v3.7 distribution
>
>
>
> #if (version < 3.6)
>
>   #version 3.5
>
> #end
>
>
>
> #include "glass.inc"
>
> #include "lemon.inc"
>
>
>
> global_settings {
>
>    // conditionally comply with gamma correction handling
>
>    #if (version < 3.6)
>
>         assumed_gamma 1.0
>
>    #end
>
....
I'm using a version of this in the scene file:

// Updated: Aug2008(sjs) for version and gamma
// -w768 -h576 +a0.3 Output_File_Type=n Display_Gamma=1
#if (version < 3.7)
  #version 3.6;
  global_settings { assumed_gamma 2.2 }
#end

Stephen S


Post a reply to this message

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