View Full Version : Particles change from spheres to cubes
Bernard397 04-28-2007, 10:31 AM Hello,
How can I make my particles change from spheres to cubes , when they enter a specific field ?
thanks,
bernard
|
|
Meesto
04-29-2007, 12:53 AM
You could use a collision event to switch the index used for instanced particles. You could also use a distance-driven control where when a certain distance threshold is crossed the new index is used.
So - you would have two objects as your instanced shapes. Index 0 (sphere object) would be used until the switch to Index 1 which would swap the sphere for the cube object.
Some scripting will be requried.
Bernard397
04-29-2007, 08:32 AM
Thanks Meesto!
CGTalk Moderation
04-29-2007, 08:32 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.