POV-Ray : Newsgroups : povray.general : image map help : Re: image map help Server Time
9 Aug 2024 15:24:08 EDT (-0400)
  Re: image map help  
From: Ken
Date: 21 Jun 2000 19:45:10
Message: <395152BB.7BD3557C@pacbell.net>
Chip Widmer wrote:
> 
> hi,
>  I was wondering if there is a  way to scale an image map to fit an
> object. For instance, if you have a logo you  wanted to put on a modeled
> piece of paper. Can any1 help?

Example:

box {-0.5, 0.5 scale <1,2,1>
 pigment {
  image_map { tga "your_image.tga" translate -.5 scale<1,2,1> }
  }
 }

See also the image map tutorial at:

http://members.xoom.com/yang4yang/pov/imap1.html

-- 
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

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