POV-Ray : Newsgroups : povray.general : Blender Vs PovRay : Re: Blender Vs PovRay Server Time
31 Oct 2024 23:27:09 EDT (-0400)
  Re: Blender Vs PovRay  
From: Dan Connelly
Date: 26 Oct 2008 13:52:55
Message: <4904ae77@news.povray.org>
Nicolas George wrote:
> For example, consider the following code:
> 
> #local n = 10;
> #local t = 0;
> #while(t < 1)
>   #local t = t + 1/n;
> #end
> 

Well, t's a a reserved identifier, but otherwise....

If you change it count from 0 to "< 10" in increments of 1 (ie in integers), it's
fine.

Dan


Post a reply to this message

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