Rotate objects toward magnet point

Posted in: In Action!- Apr 05, 2013 No Comments

In this video I have tried to show how you can use Para to manage a bit complex max-script code which can keep the objects pointing toward a point inside the scene. Although for MAX users this is quite easy with “Look At” controller which does the same job. But here I’m trying to come [...]

Array on curves inside another array

Posted in: All Tutorials, Curve subdivision- Jun 12, 2012 No Comments

In this video I’m creating a curve network. A curve network consist of a series of curves which has been assigned to curves from another array. Also you learn how to use Xform modifier to transform selected vertices of a shape object. PART I PART II

Control the parameter by chance

Posted in: All Tutorials, Random values- Mar 04, 2012 No Comments

This video shows that random controller can produce Boolean values (TRUE-FALSE) by chance. You can make decision based on the result of the random controller. This process is similar to coin flipping.