POV-Ray : Newsgroups : povray.general : Lights, Refraction and Photons : Re: Lights, Refraction and Photons Server Time
6 Aug 2024 04:16:27 EDT (-0400)
  Re: Lights, Refraction and Photons  
From: bob h
Date: 17 May 2002 11:10:58
Message: <3ce51d82@news.povray.org>
Check on the following I tried with your sphere:


global_settings {
        photons {
                spacing 0.02
        }
}

camera {
        location <0,2,-6>
        look_at 0
}

plane {y,-2 pigment {rgb 1}}

sphere {
    0, 2
    texture {
        pigment { color red 1 filter 1 }
        finish { ambient 0 diffuse 0
                reflection {0.1,0.3 fresnel}
                 }
    }
    interior { ior 1.76 }
    translate y
    photons {
        target
        reflection on
        refraction on
        collect on
    }
}

light_source {0,1.5
        area_light -<1,0,2>,<1,0,2>,4,6
        adaptive 1 jitter
        translate <3,2,0>/3
 photons {
        reflection on
        refraction on
        area_light
        }
}

I replied to povray.newusers before finding you also posted here, asking
whether this involved area_light.

bob h


Post a reply to this message

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