Hi All,
[part_source]'s third inlet should take a domain according to help. I can't get any of the listed domains to work, that is, render a geo as a particle. Is this a bug?
Ending the part_... chain with a [part_render] then a geo object, e.g [cube], does work, but doing it this way not all the options listed as domains, in [part_source] help, are possible because they are not all objects.
Just hoping for some feedback or a solution if I'm missing something.
thanks in advance
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/23/2011 08:25 PM, Richie Cyngler wrote:
Hi All,
[part_source]'s third inlet should take a domain according to help. I can't get any of the listed domains to work, that is, render a geo as a particle. Is this a bug?
the "domains" have nothing to do with the particle shape, but rather with the shape of the source/interactor fields.
if you don't want to use [part_render], you basically have the choice between dots and lines as particle shapes.
fgmasdr IOhannes
Thank you IOhannes,
So how does the shape/form of the domain effect the source? What do the source/interactor fields do?
2011/3/24 IOhannes m zmölnig zmoelnig@iem.at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/23/2011 08:25 PM, Richie Cyngler wrote:
Hi All,
[part_source]'s third inlet should take a domain according to help. I
can't
get any of the listed domains to work, that is, render a geo as a
particle.
Is this a bug?
the "domains" have nothing to do with the particle shape, but rather with the shape of the source/interactor fields.
if you don't want to use [part_render], you basically have the choice between dots and lines as particle shapes.
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk2KZCMACgkQkX2Xpv6ydvS0xwCbBwHYjXIQI/H7xD7z32OdSK8R GtUAn3hFdD4RYQJvhNYWzQZ/YS+lIsvn =iuJp -----END PGP SIGNATURE-----
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-03-24 05:48, Richie Cyngler wrote:
Thank you IOhannes,
So how does the shape/form of the domain effect the source? What do the source/interactor fields do?
it's a simmilar concept as pmpd's interactor objects.
e.g. if you set the domain of [part_source] to "point" (the default), then the particle-source will have the shape of a point-source, which means that all particles come from a singular point. if you set the domain to "line", then particles will be emitted along a line (think waterfall)
ghksdf IOhannes