POV-Ray : Newsgroups : povray.general : Array... : Re:that's ok Server Time
7 Aug 2024 15:15:21 EDT (-0400)
  Re:that's ok  
From: F Audet
Date: 15 Oct 2001 20:24:44
Message: <3BCB7D73.EEE5DB3C@sympatico.ca>


> Then you just need this one:
>
> #declare i = 0;
> #while (i<20)
> #declare j=0;
> #while (j<20)
> object {binary_01() translate <-10 +i, 0 , -10+j>}
> #declare j=j+1;
> #end
> #declare i=i+1;
> #end
>
> Hope this helps,
>
> --
> Jonathan.

Yes,  I did it that way and
I think everything is OK by now...   Have a look at Binaries-images
to see what were the purpose of my requests.
......................."Virus_inc"............"F.Audet"...............................

Thank you very much for your responses,

                                                                   Alex


Post a reply to this message

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