POV-Ray : Newsgroups : povray.general : Text Object bug v3.5 Server Time
5 Aug 2024 06:20:54 EDT (-0400)
  Text Object bug v3.5 (Message 1 to 10 of 11)  
Goto Latest 10 Messages Next 1 Messages >>>
From: Dick Conley
Subject: Text Object bug v3.5
Date: 11 Dec 2002 16:50:36
Message: <3df7b32c@news.povray.org>
I am running POV-Ray for Windows v3.5
My operating system is Windows 98
My processor is AMD ATHLON 1GHz
Memory is 256 MB

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'.

The timrom.ttf font is good.

To see the problem better replace the 'y' with a lower case 'g'.

Dick Conley
dic### [at] localaccesscom


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Text Object bug v3.5
Date: 11 Dec 2002 17:33:21
Message: <3df7bd31@news.povray.org>
In article <3df7b32c@news.povray.org> , "Dick Conley" 
<dic### [at] localaccesscom> wrote:

> I am running POV-Ray for Windows v3.5
> My operating system is Windows 98
> My processor is AMD ATHLON 1GHz
> Memory is 256 MB
>
> 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'.
>
> The timrom.ttf font is good.
>
> To see the problem better replace the 'y' with a lower case 'g'.

I don't see what you are up to.  I suggest you supply a _minimal_ scene
which shows what you think is the problem.

    Thorsten


Post a reply to this message

From: Dick Conley
Subject: Re: Text Object bug v3.5
Date: 11 Dec 2002 18:49:52
Message: <3df7cf20$1@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3df7bd31@news.povray.org...
> In article <3df7b32c@news.povray.org> , "Dick Conley"
> <dic### [at] localaccesscom> wrote:
>
> > I am running POV-Ray for Windows v3.5
> > My operating system is Windows 98
> > My processor is AMD ATHLON 1GHz
> > Memory is 256 MB
> >
> > 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'.
> >
> > The timrom.ttf font is good.
> >
> > To see the problem better replace the 'y' with a lower case 'g'.
>
> I don't see what you are up to.  I suggest you supply a _minimal_ scene
> which shows what you think is the problem.
>
>     Thorsten

You have the entire scene. It is part of the POV-Ray package.

Start POV-Ray
Click on the Open icon
 The Open dialog box appears
  Click on POV-Ray for Windows v3.5
  Double click on scenes
  Double click on advanced
  Double click on object_pattern.pov
You now have the scene.
Click on the Run icon

You will see that the bottom of the lower case letter 'y' in POV-Ray has
been cut off leaving a 'v'.

On about line 89, change POV-Ray to POV-Rag.
Save
Run again
You will see that the 'g' is cut off also.

The text command apparently clips all descenders.

Dick


Post a reply to this message

From: pan
Subject: Re: Text Object bug v3.5
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

From: TinCanMan
Subject: Re: Text Object bug v3.5
Date: 11 Dec 2002 20:48:33
Message: <3df7eaf1@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'.
>
> The timrom.ttf font is good.
>
> To see the problem better replace the 'y' with a lower case 'g'.
>

This really isn't a bug, just poor use of the object pattern.
It is not the object pattern that is clipping the descending protions, but
rather the way it is being used.

-tgq


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Text Object bug v3.5
Date: 12 Dec 2002 04:32:21
Message: <3df857a5$1@news.povray.org>
In article <3df7cf20$1@news.povray.org> , "Dick Conley" 
<dic### [at] localaccesscom> wrote:

> You have the entire scene. It is part of the POV-Ray package.

I said a *minimal* scene.  Obviously I checked the scene you mentioned,
otherwise I could not have said that I don't see what you are up to (in the
scene).  As others have pointed out, what you see does not seem to be
related to any clipping, but due to the design of the scene you mentioned.
So if you don't agree with them, please provide a minimal scene, otherwise,
if they explained the effect you are seeing, no problem.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Tom Melly
Subject: Re: Text Object bug v3.5
Date: 12 Dec 2002 04:55:53
Message: <3df85d29$1@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3df857a5$1@news.povray.org...

> I said a *minimal* scene.  Obviously I checked the scene you mentioned,
> otherwise I could not have said that I don't see what you are up to (in the
> scene).  As others have pointed out, what you see does not seem to be
> related to any clipping, but due to the design of the scene you mentioned.
> So if you don't agree with them, please provide a minimal scene, otherwise,
> if they explained the effect you are seeing, no problem.

? The "others" posted after his last post - why do you imply that he is
disagreeing with them?

Furthermore, it might have been a little more helpful for Dick, not to mention
more polite, if your first post had been a) a little clearer and b) had
explained what he was seeing. From reading your post, one could only reasonably
assume that you had not run the scene in question.

Hmm, wonder if I'm still kill-filed? Soon find out....


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Text Object bug v3.5
Date: 12 Dec 2002 08:34:48
Message: <3df89078$1@news.povray.org>
Dick, as Pan has pointed out, it's not a povray bug.

 It's an example of an imperfectly written scene decription file.  The 'y'
is OK, it's just cut off in the example our friends have written for
inclusion with povray.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Text Object bug v3.5
Date: 12 Dec 2002 09:55:43
Message: <3DF8A370.23FCBADA@gmx.de>
"Greg M. Johnson" wrote:
> 
>  It's an example of an imperfectly written scene decription file.  The 'y'
> is OK, it's just cut off in the example our friends have written for
> inclusion with povray.

shame on me...

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 07 Dec. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Text Object bug v3.5
Date: 12 Dec 2002 10:13:54
Message: <3df8a7b2@news.povray.org>
"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3DF8A370.23FCBADA@gmx.de...
>
> shame on me...
>

Have you seen mine? -- the one that won't even work because it's still using
^ ??


Post a reply to this message

Goto Latest 10 Messages Next 1 Messages >>>

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