maybe i wasnt clear:
i have this patch:
gemhead
|
repeat 30
|
translateXYZ 10 10 0
|
sphere
how can i save the coordinates of the 30 geos into a .txt file?
i would like to have my txt in this way:
sphere1 x: 20 y: 20
sphere2 x: 23 y: 34
sphere2 x: 13 y: 4
....and so on
how can i do this?
Thanks
A.
Hi, i need to save into a .txt file all the positions of iterated spheres made with repeat from zexy;
which mechanism do i need to get the individual position of each geo in the iterated chain?
thanks