POV-Ray : Newsgroups : povray.binaries.images : area_light and photons (11 + 5 k) Server Time
17 Aug 2024 16:09:47 EDT (-0400)
  area_light and photons (11 + 5 k) (Message 1 to 1 of 1)  
From: gemelli david
Subject: area_light and photons (11 + 5 k)
Date: 30 Aug 2001 07:56:03
Message: <3B8E29C3.2010808@xlstudio.com>
As I said in p.u.patches, I had a problem using photons and area_lights...
In the megaPOV doc, it is said that area_light by default are considered 
as point light by photons. This was ok for me...BUT, I didn't managed to 
have photons with them until I added the area_light keyword in the 
photon part of the light source.

light_source {  // FDirect01
   <0, 0, 0>
   color rgb <1., 1., 1.>
   area_light
   <0, 0, 9.>, <0, 9., 0>,
   14, 14
   adaptive 2
   jitter
   orient
   matrix <0.5000001788, -0.866025269, 4.110460239e-008,
       -3.943076266e-008, 2.469813865e-008, 1.,
       0.866025269, 0.5000001788, 2.179896796e-008,
       130., 140., -6.119594218e-006>
   photons {
       refraction on
       reflection on
       area_light   // HERE !!! without this, no photons !!!
   }
}

Did I miss something ??

               David


Post a reply to this message


Attachments:
Download 'no_area_light_keyword.jpg' (5 KB) Download 'area_light_keyword.jpg' (11 KB)

Preview of image 'no_area_light_keyword.jpg'
no_area_light_keyword.jpg

Preview of image 'area_light_keyword.jpg'
area_light_keyword.jpg


 

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