J Tellings wrote:
> I want to make an animation with a fading light_source (starting in complete
> darkness and finishing in full light). How can I do this?
Use the clock variable to control the colour of the light source eg
light_source { <0, 0, 0>, colour White*clock }
This assumes that you let the clock run from 0 to 1.
/Ib
Post a reply to this message
|