POV-Ray : Newsgroups : povray.beta-test : 3.7b1: Abort when using media : 3.7b1: Abort when using media Server Time
29 Jul 2024 04:29:52 EDT (-0400)
  3.7b1: Abort when using media  
From: Mike Raiford
Date: 18 Apr 2005 13:29:32
Message: <4263ee7c$1@news.povray.org>
Attempting to render the following simple scene causes an abort (POV-Ray 
simply quits without an error message):

camera { location <0, 0.2, -1> }
light_source {
     <10, 10, -10>, rgb 1
     area_light x*1,y*1,1,1
}

sphere{
0,1
     hollow
     texture
     {
         pigment { color rgbt 1 }
     }
     interior
     {
         media { scattering {4,rgb <0.70,0.85,1>*10} samples 15 
intervals 1}
         media { absorption rgb <0.5,0.8,1>*120 samples 25 intervals 1 }
     }
}


-- 
~Mike

Things! Billions of them!


Post a reply to this message

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