POV-Ray : Newsgroups : povray.newusers : Want to attach one object to another : Re: Want to attach one object to another Server Time
25 Jun 2024 20:22:55 EDT (-0400)
  Re: Want to attach one object to another  
From: James Holsenback
Date: 21 Jun 2013 08:25:23
Message: <51c44633$1@news.povray.org>
On 06/21/2013 07:39 AM, gharryh wrote:
> I changed a bit to get this image:
> http://www.harry-arends.nl/werkgroep/images/WarpText.png
> But as can be seen it warpt totatly around. The height is correct but it should
> cover only 1/3rd of the cylinder.
>
> #declare label =
> object{
>      cylinder{<0,0,0><0,70,0>dia/2+.25
>          pigment{
>              image_map {
>                  jpeg "RE55s.jpg"
>                  map_type 2
>                  once
>                  interpolate 4
>              }
>              scale <1,24,1>  // labelheight
>          }
>      }
> }
>
>
>
then maybe the once keyword isn't appropriate


Post a reply to this message

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