Calculate total floor area of a tower

Posted in: All Tutorials- Nov 22, 2014 No Comments

In this video you learn how to calculate the total floor area of a given mass.

Multiple magnet animation

Posted in: All Tutorials, In Action!- Oct 04, 2013 No Comments

In this video I collect a list of positions from an array of points using the collection controller. Then I passed this list to a magnet controller. Magnet controller generates output for each point in collection and return a list of scalar values.Then using a List controller I managed to find the biggest magnet value […]

Finding closest object in array to a given point.

Posted in: All Tutorials- Mar 14, 2012 No Comments

To find the closest item of an array to the given point P, we should sort the list of points based on the distance from -P-. in this sorted list the first item is always closest point. see the video to find out how to setup controller in 3ds MAX to do so.

Collection and List controller

Posted in: All Tutorials- Mar 14, 2012 2 Comments

Collecting items from another array in a list based on the value of a bitmap controller.