POV-Ray : Newsgroups : povray.general : Text Object bug v3.5 : Re: Text Object bug v3.5 Server Time
5 Aug 2024 04:19:01 EDT (-0400)
  Re: Text Object bug v3.5  
From: pan
Date: 11 Dec 2002 19:36:05
Message: <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
}


Post a reply to this message

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