POV-Ray : Newsgroups : povray.advanced-users : <no subject> : Re: <no subject> Server Time
28 Apr 2024 07:01:00 EDT (-0400)
  Re: <no subject>  
From: Bald Eagle
Date: 14 Sep 2018 18:30:00
Message: <web.5b9c36456f92e856458c7afe0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 14.09.2018 um 21:55 schrieb clipka:
>
> > Which is not surprising, since you have
> >
> >     #for (U, 0, Usize)
> >
> > while the array is only Usize elements long, from 0 to Usize-1.
>
> Sorry, that's an imprecise observation; the array is Usize+1 elements
> long, so it has space for elements from 0 to Usize. But you're only
> initializing elements from 0 to UU, with UU = Usize-1, so element Usize
> remains uninitialized.

While that's the error that POV-Ray reports, it's only symptomatic of the
initial failure to catch Yvalue = 0, and return a valid array element
identifier.

All that other stuff that you're looking at is just spurious cruft thrown in to
see WTF was going on, and will hopefully be fixed.


Post a reply to this message

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