Page 1 of 1
Ligthing Effect
Posted: Thu Apr 12, 2012 4:11 pm
by Giuseppe
I'd like to do two different ligthing effect:
- one is when I swith on a TV
- one is when I switch on a lamp
So in addition to the shadow of the character and all the thing in the background...what I have to do?
Many thanks in advance for your support
Giuseppe
Posted: Fri Apr 13, 2012 4:25 pm
by hayasidist
take a look at this image.
(I claim no credit for this - it is from a Prof at MIT).
shadows are areas where light isn't hitting, contrasted by adjacent areas where light is hitting.
Squares A and B are actually the same colour. The eye is fooled into thinking A is dark and B is light because of the colour gradient in the sqaures that surround them.
So when you turn on the room light think in terms of adding light where there wasn't any rather than, as such, creating shadows.
So now imagine that checkerboard with the light off: all the light squares will look "B" coloured (i.e. unlit - grey about RGB=100) and the dark squares are dark grey (around RGB=40). The light needs to change the "lit" squares so that the dark ones go up to RGB=100 (from 40) and the light ones go to about RGB=200 (from 100). Grab the image and use a colour picker to see the actual values.
That assumes a nice "white" light... a different coloured light (say the yellowish glow of an incandescent bulb) will have a different effect; and the brightness of the light will also change the result ... which brings me to the TV ... which has time varying brightness and colour.
Hope that helps get you started.
Posted: Fri Apr 27, 2012 3:08 pm
by Giuseppe
Many thanks (sorry for the delay in aswering)