variable size of particle set objects?
post and replies
Return to the variable size of particle set objects? thread
Login to post to this thread
|
variable size of particle test objects?
- Mar 6, 2012 at 5:24PM
|
David Joiner
2 Posts
|
Is it possible to use an array for the size of individual objects in a particle set in the 2-D drawing pane?
I'm creating a model of an n-body simulation with collisions, and would like to have merged objects appear larger based on their mass.
|
|
Re: variable size of particle test objects? - Mar 06 2012 5:46PM
|
Francisco Esquembre
72 Posts
|
Yes, it is. Just link the Size X and Size Y properties to an array of doubles, each with the size for the corresponding object on the set. Then change the size programmatically to whatever you want. That should do it. Paco
|
|