POV-Ray : Newsgroups : povray.general : wrapping text on a cylinder : Re: wrapping text on a cylinder Server Time
29 Jul 2024 08:14:02 EDT (-0400)
  Re: wrapping text on a cylinder  
From: Cousin Ricky
Date: 12 Jul 2012 14:05:01
Message: <web.4fff10cbf6fae4fb85de7b680@news.povray.org>
"joe" <nomail@nomail> wrote:
> Ok... thanks.  I was having a rough time finding the text after rotation.  I'll
> keep playing.

Try it this way:

  #include "shapes.inc"
  ...
  pigment
  { object
    { object
      { Center_Object (text { ttf "timrom.ttf", "POV-Ray", 2.1, 0 }, x+y+z)
        scale <.1,2,1>
        rotate <whatever>
      }
      pigment { rgb <1,.9,.8> }
      pigment { rgb <.8,.4,.1> }
    }
    warp { cylindrical }
    rotate y*160
  }
  ...


Post a reply to this message

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