POV-Ray : Newsgroups : povray.general : Text Object bug v3.5 : Re: Text Object bug v3.5 Server Time
5 Aug 2024 10:24:07 EDT (-0400)
  Re: Text Object bug v3.5  
From: Dick Conley
Date: 12 Dec 2002 16:12:11
Message: <3df8fbab@news.povray.org>
"pan" <pan### [at] syixcom> wrote in message news:3df7d9f5@news.povray.org...
>
> "> When POV-Ray for Windows v3.5\scenes\advanced\object_pattern.pov is
> rendered
> > the descending portion of the red 'y' in POV-Ray is clipped off
> leaving only
> > a 'v'.
> >
>
> oh - the "Povrav" texture map?
>
> fix by changing the two translate values below
> which have the original values appended as comments
>
>
> #declare Text_Obj=
> text {
>   ttf
>   "timrom.ttf",
>   " POV-Ray 3.5",
>   12, 0.0
>
>   scale 0.26
>   translate -0.4 //.5
>   rotate -90*z
>   translate 0.5
>   translate .9*y //.8
> }
>

Thank you, pan.

Not only did you understand my question, but you also provided the fix. It
worked!

Dick


Post a reply to this message

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