|
|
The following file crashes my version of 3.1b5, but
renders successfully when I omit the color_map
statement. I have reported this to win### [at] povrayorg .
Dan
====================================
camera {
location <0, 0, -3>
look_at <0, 0, 0>
}
light_source {
<-2, 10, -20>
color rgb 1
}
sphere {
0
1
hollow
texture {
pigment { color rgbt 1 }
}
interior {
media {
emission 0.5
density {
average
density_map {
[1 spherical]
[1 granite]
}
color_map {
[0 color rgb 0]
[1 color rgb 1]
}
}
}
}
}
Post a reply to this message
|
|