POV-Ray : Newsgroups : povray.advanced-users : Problems with trace() : Re: Problems with trace() Server Time
29 Jul 2024 00:23:52 EDT (-0400)
  Re: Problems with trace()  
From: Tim Nikias v2 0
Date: 13 Jun 2003 20:11:16
Message: <3eea6824@news.povray.org>
Well, yeah. That was a typo in the message, not
in the actual code. I'll continue stating something when
I've experimented some more...

-- 
Tim Nikias v2.0
Homepage: http://www.digitaltwilight.de/no_lights
Email: Tim### [at] gmxde

>
>
> "Tim Nikias v2.0" wrote:
> >
> > Does it make a difference if I declare an array filled with objects
> > like this:
> >
> > #declare Object_List=array[3] { sphere{...},cylinder{},box{} }
> >
> > or like this:
> > #declare Object_List=array[3]
> > #declare Object_List[1]=sphere{...}
> > #declare Object_List[2]=cylinder{...}
> > #declare Object_List[3]=box{...}
>
> Don't you think you should better use:
>
> #declare Object_List=array[3]
> #declare Object_List[0]=sphere{...}
> #declare Object_List[1]=cylinder{...}
> #declare Object_List[2]=box{...}
>
> ???
>
> Christoph
>
> -- 
> POV-Ray tutorials, include files, Sim-POV,
> HCR-Edit and more: http://www.tu-bs.de/~y0013390/
> Last updated 28 Feb. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

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