There's a recursion tutorial by Claude Heiland-Allen that uses such techniques. Maybe it's included in the browser, check it out.
On 2 Αυγ 2013, at 12:07, Miguel Eduardo Venegas Monroy miguelvmonroy@gmail.com wrote:
i dont undertand. ;S
2013/8/2 Alexandros Drymonitis adrcki@gmail.com
Isn't [repeat] along with [separator] the solution for such things? Maybe something like this could work:
[gemhead] | [t a a] | | | [cube] | [separator] | [repeat] | [color] | [translate]
Incrementing the number in the left inlet of [repeat] should create a new copy where you can change its parameters (color, position,etc.), if i'm not mistaken...
maybe you need a separator before [cube] as well, not sure..
On 2 Αυγ 2013, at 11:16, puredata@11h11.com wrote:
maybe [gemlist] will help you?
What if i need specific colors for each cubes?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Here's an example I made of color using [gemlist] by hacking up the [gemlist] help patch. I think this is the method Dan was talking about. Hopefully it helps illustrate the idea...
-John
On Fri, Aug 2, 2013 at 4:57 AM, Alexandros Drymonitis adrcki@gmail.comwrote:
There's a recursion tutorial by Claude Heiland-Allen that uses such techniques. Maybe it's included in the browser, check it out.
On 2 Αυγ 2013, at 12:07, Miguel Eduardo Venegas Monroy < miguelvmonroy@gmail.com> wrote:
i dont undertand. ;S
2013/8/2 Alexandros Drymonitis adrcki@gmail.com
Isn't [repeat] along with [separator] the solution for such things? Maybe something like this could work:
[gemhead] | [t a a] | | | [cube] | [separator] | [repeat] | [color] | [translate]
Incrementing the number in the left inlet of [repeat] should create a new copy where you can change its parameters (color, position,etc.), if i'm not mistaken...
maybe you need a separator before [cube] as well, not sure..
On 2 Αυγ 2013, at 11:16, puredata@11h11.com wrote:
maybe [gemlist] will help you?
What if i need specific colors for each cubes?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Wow, thank you very much! I still have a problem or two.
I create a [coll] that looks like this: 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; 2, -3.88759 -4 -0.8304 0.984314 1 0.0509804; 3, -3.77518 -4 -1.42148 1 1 0.698039; 4, -3.66276 -4 -1.0836 1 1 0.917647; 5, -3.55035 -4 -0.1944 0.811765 0.780392 0.470588; (idx, x, y, z, r, g, b).
Now the way gemlist / until works the the translationXYZ is apply to
the last cube created i think and not the absolute position.
What would be the best solution when using a [coll] filled with
positions - colors (around 2000 - 5000)?
use [separator] to use absolute instead of relative positions.
On Fri, Aug 2, 2013 at 3:40 PM, puredata@11h11.com wrote:
Wow, thank you very much! I still have a problem or two.
I create a [coll] that looks like this: 1, -4 -4 -1.2926 0.776471 0.878431 0.156863; 2, -3.88759 -4 -0.8304 0.984314 1 0.0509804; 3, -3.77518 -4 -1.42148 1 1 0.698039; 4, -3.66276 -4 -1.0836 1 1 0.917647; 5, -3.55035 -4 -0.1944 0.811765 0.780392 0.470588; (idx, x, y, z, r, g, b).
Now the way gemlist / until works the the translationXYZ is apply to the last cube created i think and not the absolute position.
What would be the best solution when using a [coll] filled with positions
- colors (around 2000 - 5000)?
thank you very much it's now very fast: https://dl.dropboxusercontent.com/u/1455235/lumafast.webm