POV-Ray : Newsgroups : povray.windows : rendering problems eagle 3d and pov ray : Re: rendering problems eagle 3d and pov ray Server Time
14 May 2024 03:34:27 EDT (-0400)
  Re: rendering problems eagle 3d and pov ray  
From: SIRS Tech
Date: 2 Jul 2009 20:00:00
Message: <web.4a4d49094868867f614c3f500@news.povray.org>
"StephenS" <nomail@nomail> wrote:
> "SIRS Tech" <Gre### [at] yahoocom> wrote:
> > Alain <aze### [at] qwertyorg> wrote:

> > > > #local txt = text{handelgo_font ,value,40,0 scale<diam/3,diam/3,diam/3>
> > > > translate<-diam/1.5,diam,-20>}
> > > >
> > > > "C:\Documents and Settings\user\My Documents\POV-Ray\v3.7\include\cap.inc"
line
> > > > 30: Parse Error: Expected
> > > > 'ttf', undeclared identifier 'handelgo_font' found instead
> ....
> > I've been using the uppercase when I
> > rewrite things.
> ....
> Be carefull when renameing, something may need to refer to the name later :-)
>
> > object{ intersection{ object{txt} object{cap} } translate <0,0,-0.05>
> > pigment{tcolour} }
> >
> > "C:\Documents and Settings\user\My Documents\POV-Ray\v3.7\include\cap.inc" line
> > 34: Parse Error: Expected 'object', undeclared identifier 'txt' found instead
> >
> > I would assume the txt is supposed to be the name of an object,
> ....
> txt was the declared name of a text object in line 30, see above. If you renamed
> it, you'll need to rename this one to.
> object{ intersection{ object{Txt}.... or whatever you used.

line 30   #local Txt = text{ttf "handelgo.ttf",value,40,0
scale<diam/3,diam/3,diam/3> translate<-diam/1.5,diam,-20>}

line 34 object{ intersection{ object{txt} object{cap} } translate <0,0,-0.05>
pigment{tcolour} }

so basically I need to copy the handlego.ttf and place it in the txt location?


Post a reply to this message

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