POV-Ray : Newsgroups : povray.unofficial.patches : First patterned light source image! : First patterned light source image! Server Time
2 Sep 2024 10:12:49 EDT (-0400)
  First patterned light source image!  
From: Chris Huff
Date: 26 Feb 2000 19:28:50
Message: <chrishuff_99-A7DAC6.19301826022000@news.povray.org>
I got the patterned light sources working, partly working anyway. The 
syntax is:
light_source {POSITION
    pigment {...}
   or
    color ...
    map_type 0
}
Either a plain color or a pigment can be used. The map_type keyword 
controls how the pigment is calculated, 1, 2, and 3 will be spherical 
and cylinderical, where the distance the light has travelled is used for 
the z distance. 0 will be "straight mapping", where the pigment is 
evaluated at each point without any warping or displacement.

I think it will work with photon mapping, I am not sure though. And the 
depth-dependant features don't work yet, so the really interesting 
experiments with photon mapping aren't possible. Also, the pigment is 
not transformed along with the light source. I think it should be, but I 
admit I haven't thought of it much.

I will upload an image to .binaries.images soon.

-- 
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.