Hello, im using gemlist_info for getting the positions of my geos. I need to get the positions of a group of iterated geos, for example:
repeat 19 translateXYZ -4 0 0 sphere 4
but i use gemlist_info with a group of iterated geos i get the position of my last repeated element. How can i select the geo from which i want to receive the position?
thanks
R.
hey there,
maybe there's a slicker shortcut, but this appears to be working.
ciao, ub
On 03.10.2011 17:30, ronni montoya wrote:
Hello, im using gemlist_info for getting the positions of my geos. I need to get the positions of a group of iterated geos, for example:
repeat 19 translateXYZ -4 0 0 sphere 4
but i use gemlist_info with a group of iterated geos i get the position of my last repeated element. How can i select the geo from which i want to receive the position?
thanks
R.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-10-03 17:30, ronni montoya wrote:
Hello, im using gemlist_info for getting the positions of my geos. I need to get the positions of a group of iterated geos, for example:
repeat 19 translateXYZ -4 0 0 sphere 4
but i use gemlist_info with a group of iterated geos i get the position of my last repeated element.
no, you get the position of the "current" element. if you watch the output of [gemlist_info] closely, you will notice that you get 19 datasets per render-cycle, one for each iteration.
fgmasdr IOhannes
Le 03/10/2011 17:30, ronni montoya a écrit :
Hello, im using gemlist_info for getting the positions of my geos. I need to get the positions of a group of iterated geos, for example:
repeat 19 translateXYZ -4 0 0 sphere 4
Use [gemlist] instead of [repeat].
but i use gemlist_info with a group of iterated geos i get the position of my last repeated element.
Wrong, you get the position of all the spheres. Use [print] instead of number box to see the output of [gemlist_info].
How can i select the geo from which i want to receive the position?
See the patch attached. You can use [gemlist_info] or [gemlist_matrix] to get the transformation matrix. ++
Jack
thanks
R.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list