|
|
Great. This has wonderful possibilities. Look forward to seeing it in the
next megapatch
Mick
--
*************************************************************
http://www.minda.swinternet.co.uk/index.htm
*************************************************************
"Chris Huff" <chr### [at] yahoocom> wrote in message
news:chrishuff_99-A21D37.19332226022000@news.povray.org...
> I finally got around to implementing patterned light sources, here are
> the first results. The patch isn't quite finished yet, see my post in
> .unofficial.patches for details. Here is the code for these two light
> sources:
> light_source {< -8, 5,-3>*2,
> pigment {onion
> color_map {
> [0 color Red]
> [0.5 color Green]
> [1 color Blue]
> }
> translate < -5, 0.5,-3>*2
> }
> color Yellow
> map_type 0
> }
> light_source {< 2, 5,-5>*2,
> pigment {onion
> color_map {
> [0 color Red]
> [0.5 color Green]
> [1 color Blue]
> }
> translate < 2, 5,-5>*2
> }
> color Yellow
> map_type 0
> }
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
>
>
Post a reply to this message
|
|