POV-Ray : Newsgroups : povray.general : Genral Question : Re: Genral Question Server Time
12 Aug 2024 21:19:29 EDT (-0400)
  Re: Genral Question  
From: Darius Davis
Date: 30 Dec 1998 20:03:36
Message: <368BC864.7C49@acm.org>
portelli wrote:
>     I'm trying to put an image map on top of a closed cylinder.  Except
> the cylinder dissappears where the image ends.  How do I just get my
> image on the clyinder with color behind it?

If I'm understanding this correctly, all you need to do is layer another
texture under the image_map, something like this:

cylinder {
	POINT1, POINT2, RADIUS
	texture {pigment {color Red}} // this shows around the outside of the
image
	texture {
		pigment {
			image_map ...
		}
	}
}

Hope this helps,

Darius


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.