POV-Ray : Newsgroups : povray.advanced-users : <no subject> : Re: <no subject> Server Time
28 Apr 2024 00:05:24 EDT (-0400)
  Re: <no subject>  
From: Bald Eagle
Date: 15 Sep 2018 18:55:01
Message: <web.5b9d8cbc6f92e856458c7afe0@news.povray.org>
and to home in on the problem:

 #for (U, 0, Usize)

no effect         #local YVal=0;
code proceeds     #local U=0;
no effect             #local UArray[U]=<0,0,1.047>;

So I tried #local U = int (U);   Nope.

So, #for (U, 0, .... doesn't actually start at 0???   :|


Post a reply to this message

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