DLA with Maya dynamics

DLA with Maya dynamics

DLAdynamics2.jpg

Got the basic Diffusion Limited Aggregation logic to work in Maya

some tweaks required in the force fields that governs the random movement of the mobile cells (particles)
but the experiment shows that DLA can be done using maya dynamics and a bit of scripting

First I found out that dynamic connect doesn’t work within event procedure, particles wasn’t able to collide with the new geometry created.

Got it working by putting the name of the new geometry into an array during event procedure (on collision against fixed cells) then use expression to run script every frame, loop through the array to make collision between the new geometries and the particles, clear array.

Leave a Reply

Your email address will not be published. Required fields are marked *