POV-Ray : Newsgroups : povray.beta-test : media_attenuation/interaction bug? Server Time
30 Jul 2024 00:22:40 EDT (-0400)
  media_attenuation/interaction bug? (Message 1 to 1 of 1)  
From: Abe
Subject: media_attenuation/interaction bug?
Date: 23 Feb 2002 11:47:44
Message: <3C77C791.68A06AE4@taconic.net>
When I set both light_source flags for media_interaction and
media_attenuation to off the attenuating media in the scene below still
affects the light and throws a shadow. This seems to be incorrect.
Scattering media still works as expected. When run through POV 3.1
everything seems normal.

#version 3.5;

camera {location  -z*4.0}

background{color rgb 1}

light_source {<-30, 30, 30> color rgb 1  
  media_interaction off
  media_attenuation off
}

plane {y, -1  pigment { color rgb 1 } finish{diffuse .8}}

sphere {  0.0, 1 hollow
  pigment {rgbf 1}
  finish{specular 0.6}                      
  interior{
   media{absorption rgb <0,1,1>}
   //media{scattering{1 rgb <1,0,0>*1 extinction 0 }}
  }
}

------- 
POV version 3.5 beta 11
90 MHz Pentium - Win95
-------
Abe


Post a reply to this message

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