Search the Community
Showing results for tags 'division'.
-
recursive_division.hip I am trying to randomise a for each using vex and metadata.i only get 0 as a return. I made it work in another scenarios, but i am unable to find why it doesn't work in that specific case. I used all the different script without success: int i = detail("op:../meta","iteration"); or plugged-in int i = detail(1,"iteration"); See the file attached Thanks for the help.
-
Hi everyone, I am trying to simulate a bacterial growth scene by using wire objects. In story short i am splitting a wire object every 15 or so frames and getting an exponential growth. But my problem is that, i want the new split wires to try to come to constant length (like a pressed spring). and i want them to push each other away. Please take a look at my file. Am i even in the right direction?. how can i make the lines grow back to a size? by giving them a rest position every frame? thanks in advance. bacteria.hipnc