POV-Ray : Newsgroups : povray.windows : rendering problems eagle 3d and pov ray : Re: rendering problems eagle 3d and pov ray Server Time
13 May 2024 22:03:11 EDT (-0400)
  Re: rendering problems eagle 3d and pov ray  
From: StephenS
Date: 3 Jul 2009 17:05:01
Message: <web.4a4e71604868867f9b5c49b60@news.povray.org>
"SIRS Tech" <Gre### [at] yahoocom> wrote:
....
> I'm still extremely new to this thing. ...
Everyone starts new.

From the 'snipet of code'
box{} is an object
superellipsoid{} is an object
torus{} is an object
....and yes
text{} is an object

From 3.2.2.2.1 of the help file, you can #declare (or #local) an object
identifier.

 From the snipet of code
#local Txt = text{ttf "handelgo.ttf",value,40,0 scale<diam/3,diam/3,diam/3>
translate<-diam/1.5,diam,-20>}

Txt is now equal to the "text{...}" object

On line 34 you now want to use this identifier, they must be spelled the same,
including capitals.

Stephen S


Post a reply to this message

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