|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there anything special I need to do to update scenes created with lightsys in
POV 3.6 to the new gamma system? Or, can I leave the settings alone?
Thanks!
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Is there anything special I need to do to update scenes created with
> lightsys in POV 3.6 to the new gamma system? Or, can I leave the
> settings alone?
>
AFAIK, no... in fact, it was designed to be used with
assumed_gamma=1.0. In general, the only change needed for 3.7 is to
adapt the default skydome finish to use "emission" instead "ambient",
but that can be already done by declaring "fiLuminous" before calling
the include.
Regards,
--
Jaime Vives Piqueres
La Persistencia de la Ignorancia
http://www.ignorancia.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 19.06.2011 19:26, schrieb posfan12:
> Is there anything special I need to do to update scenes created with lightsys in
> POV 3.6 to the new gamma system? Or, can I leave the settings alone?
As lightsysIV did already require to have an assumed_gamma 1.0 statement
within the global settings there has nothing changed.
Just make sure to use the latest version of lightsys that should work
well with 3.7 as it has some unnecessary #version statement (my fault!)
removed.
-Ive
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:
> AFAIK, no... in fact, it was designed to be used with
> assumed_gamma=1.0. In general, the only change needed for 3.7 is to
> adapt the default skydome finish to use "emission" instead "ambient",
> but that can be already done by declaring "fiLuminous" before calling
> the include.
>
> Regards,
>
> --
> Jaime Vives Piqueres
>
> La Persistencia de la Ignorancia
> http://www.ignorancia.org
Yes, but on Windows at least the default output in 3.7 is closer to
assumed_gamma=2.2, thus some modification is needed, yes?
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Jaime Vives Piqueres<jai### [at] ignoranciaorg> wrote:
>> AFAIK, no... in fact, it was designed to be used with
>> assumed_gamma=1.0. In general, the only change needed for 3.7 is to
>> adapt the default skydome finish to use "emission" instead "ambient",
>> but that can be already done by declaring "fiLuminous" before calling
>> the include.
>>
>> Regards,
>>
>> --
>> Jaime Vives Piqueres
>>
>> La Persistencia de la Ignorancia
>> http://www.ignorancia.org
>
> Yes, but on Windows at least the default output in 3.7 is closer to
> assumed_gamma=2.2, thus some modification is needed, yes?
>
>
> Mike
>
>
For the display, it's "display_gamma" from the main ini file. It only
affect how the image is displayed in the preview.
For the output file, at least with PNG, it's "file_gamma". For a PNG
file, it set the gamma chunk of the file. For other formats that don't
support that, it adjust the data in the file.
display_gamma and file_gamma sould normaly have the same value.
It seems that, if they are not explicitely set, they default to 2.2.
BUT, as the computation is performed, it should be assumed_gamma 1 to
use a linear colour space.
Alain
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|