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 08:29:43 EDT (-0400)
  Re: rendering problems eagle 3d and pov ray  
From: StephenS
Date: 2 Jul 2009 19:35:01
Message: <web.4a4d436e4868867faafcde230@news.povray.org>
"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.


Post a reply to this message

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