|
|
I post images( who doesn't) on the image board, put to those who look at
them, say its to dark. They posted a base line for monitor settings, and
reset the settings as told to, put this problem still happens. What can
I do in Mega-POV to brighten the image?
Post a reply to this message
|
|
|
|
"Lt. Kettch" wrote:
>
> I post images( who doesn't) on the image board, put to those who look at
> them, say its to dark. They posted a base line for monitor settings, and
> reset the settings as told to, put this problem still happens. What can
> I do in Mega-POV to brighten the image?
At the top of your scene file try inserting the following line
global_settings { assumed_gamma 2.0 }
The smaller the number you use the brighter your scene will be.
Make sure that you are not using your monitor with the brightness
and contrast controls maxed out. If the black areas of the scene
look a little gray your monitor brightness/contrast is set too
high !!!
The other alternative is to manualy adjust the brightness of your
scene objects by adjusting their ambient and diffuse values in the
finish statement.
example - finish { ambient .3 diffuse .5 }
or
Use more light sources or place them better ?
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
|
|
In article <38CAB807.F72DC823@pacbell.net>, lin### [at] povrayorg
wrote:
> The other alternative is to manualy adjust the brightness of your
> scene objects by adjusting their ambient and diffuse values in the
> finish statement.
>
> example - finish { ambient .3 diffuse .5 }
It should be mentioned that increasing ambient will cause loss of depth
in your objects. It basically sets the minimum level of light that will
be used in the color calculations. Raising it will make your shadows
brighter, going more toward a flat color over everything, with no
shading.
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|