Monday, 31 October 2011

fred02: superFlow

these two videos are sample super flows . Generally, to do this you have to follow these steps:
1) create a linear  array of instances ( 50 spheres for example)
2)link item n to n-1, n-1 to n-2 ,..., 1 to 0 ( use a recursive function with maxScript )
3) align all pivot point to the first instance
5) select all instances and rotate around the new pivot
6) enjoy the result


 

No comments:

Post a Comment