POV-Ray : Newsgroups : povray.binaries.images : Patterned light sources - PatternLights.JPG (1/1) : Re: Patterned light sources - PatternLights.JPG (1/1) Server Time
3 Oct 2024 02:21:23 EDT (-0400)
  Re: Patterned light sources - PatternLights.JPG (1/1)  
From: Mick Hazelgrove
Date: 27 Feb 2000 04:57:42
Message: <38b8f516@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.