|
|
On Tue, 4 May 1999 00:54:45 -0400, Mike Metheny <lon### [at] vtedu> wrote:
>Okay, I have a glass bottle. I want to put a logo on said bottle. I use
>the keyword 'once' in my imagemap, and position it as I want it, however
>there are 2 images. . .one on the front and one on the back of the bottle.
>What is the easiest way to remedy this?
Try the radial texture.
pigment {
radial
pigment_map {
[.5 image_map {... translate -.5}]
[.5 color {rgbt 1}]
}
rotate, translate, and scale as necessary.
}
Post a reply to this message
|
|