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