|
|
Hi,
I'm trying to map an image to a plane, as described in the tutorial. I've
added the once keyword. However, POVray maps a single row of pixels
infinitely in the Z direction. How can I get it to render the whole image
only once?
Here's the code:
plane {
y,
0
pigment {
image_map {
png "axes1.png"
once
}
}
}
Post a reply to this message
|
|