|
|
Hi!
I'm a new Pov-ray'er and i'm making my first image ( a fountain pen with
engraves in the nib ). I've got a problem: I want a white object, but if I
render it, it becomes gray. If i add
global_settings { assumed_gamma 1.0 }
to my code, the object becomes white, but the other objects get the wrong
color. How can i do this???
Thanks!
Post a reply to this message
|
|
|
|
A general rule to stick to is to apply the assumed_gamma
right when beginning a scene. In combination with Display_Gamma
(set in the INIs), it calculates a realistic gamma for your images.
The only method of solving your problem is to either
calculate the actual effect the gamma has on the colors
(though that is beyond my skill, the mathematics for
display_gamma and assumed_gamma are found somewhere
in the docs, and you may derive the required formulaes from
there), or to change it by hand...
--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html
Email: Tim### [at] gmxde
> Hi!
>
> I'm a new Pov-ray'er and i'm making my first image ( a fountain pen with
> engraves in the nib ). I've got a problem: I want a white object, but if I
> render it, it becomes gray. If i add
>
> global_settings { assumed_gamma 1.0 }
>
> to my code, the object becomes white, but the other objects get the wrong
> color. How can i do this???
>
> Thanks!
>
>
Post a reply to this message
|
|