POV-Ray : Newsgroups : povray.binaries.images : Am I just too stupid for programming?!? : Re: Am I just too stupid for programming?!? Server Time
31 Jul 2024 20:24:55 EDT (-0400)
  Re: Am I just too stupid for programming?!?  
From: Warp
Date: 20 Apr 2009 08:10:27
Message: <49ec6633$1@news.povray.org>

>       #while (b<800)
>         <a*800+mod(b,800), a*800+mod(b+1,800), (a+1)*800+mod(b,800)>
>         <(a+1)*800+mod(b,800), (a+1)*800+mod(b+1,800), a*800+mod(b+1,800)>

  Btw, since b is always smaller than 800, "mod(b,800)" is exactly
identical to just "b". (Where it does make a difference is in
"mod(b+1,800)".)


Post a reply to this message

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