POV-Ray : Newsgroups : povray.newusers : text manipulation+coordinates : Re: text manipulation+coordinates Server Time
4 Sep 2024 22:13:35 EDT (-0400)
  Re: text manipulation+coordinates  
From: Tom Melly
Date: 26 Jul 2002 07:34:16
Message: <3d4133b8$1@news.povray.org>
"me" <me### [at] meorg> wrote in message news:200### [at] meorg...
>
> This places the word probsd.ws in the center of the page. I cannot figure out
> the coordinates to make probsd.ws so that it is vertical going from top right,
to bottom right.
>

  text {
    ttf "timrom.ttf" "probsd.ws" 0, 0
    pigment { Blue }
    translate -2*x
    translate 0.5*y
    rotate z*-90 // puts it on it's side
    translate x*whatever // positive value to move it to the right
   }


Post a reply to this message

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