|
 |
camera { location -3*z }
light_source { <10,10,-10>, color rgb <1,1,1> }
sphere { 0,1
clipped_by {
box { 0,1 inverse }
}
pigment {
image_map {
png "test.png" // test image
map_type 1
transmit 4, 1
}
}
rotate <30,150,0>
}
Just realized that GIF should probably be a PNG instead, since file format
been changed for the more recent POV distributions. Sorry for any confusion
due to that.
Post a reply to this message
|
 |