POV-Ray : Newsgroups : povray.general : cannot recognize defined object / help, please : Re: cannot recognize defined object / help, please Server Time
29 Jul 2024 16:33:13 EDT (-0400)
  Re: cannot recognize defined object / help, please  
From: clipka
Date: 4 Jan 2011 16:51:56
Message: <4d23967c$1@news.povray.org>
Am 04.01.2011 22:11, schrieb Robert Baer:
>    Partial copies of files:
> //                             Tank.POV
> //                    z
> //                    |
> // y arrow tip------>  .-- x
>
> //        NOTE: Change output filename in Tank.INI for output scene name
> //              Save change, then run Tank.INI
>
> #include "colors.inc"
> #include "metals.inc"
> global_settings { adc_bailout 0.05 max_trace_level 9 }
>
> // *** does not see Lbar, Scribe, etc as defined objects...<<<----HELP!
> #declare Ulong = 48.0;  #declare ucolor = Blue;
>   object {Lbar)
>   object {Scribe  pigment {Cyan} rotate<  0, 0,90>}
> **** SNIP
> //                             Tank.INC
...

I don't see where you include Tank.INC from Tank.POV.

(BTW, it is usually a good idea to place the problem description 
/before/ any snippets of source code, because it makes it immediately 
obvious for the reader what your problem actually is, and may give 
important clues what to keep their eyes peeled for when browsing through 
the code.)


Post a reply to this message

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