POV-Ray : Newsgroups : povray.windows : Nested While Loops Bug? Problem with arrays? : Re: Nested While Loops Bug? Problem with arrays? Server Time
28 Jul 2024 14:31:34 EDT (-0400)
  Re: Nested While Loops Bug? Problem with arrays?  
From: Nathan Kopp
Date: 23 Oct 1998 01:46:59
Message: <363009EA.81077218@ltu.edu>
Dan Connelly wrote:
> 
> #declare a = <1, 2, 3, 4>;
> 
> yields an error.
> 

That's true, but

#declare a = color<1, 2, 3, 4>;

works just fine.  This also works for 5-d vectors.  Maybe it should be
changed, but it was done intentionally, so it's not really a 'bug'.

-Nathan Kopp


Post a reply to this message

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