In PARA 2.6 and higher you can create arrays within other arrays. The controllers which you assign on sub-arrays works only on selected items while controllers on main array updates the entire array.
Working with triangulated mesh and mesh controller
Mesh controller provides access to Mesh data of geometries from all kind. With mesh controller you can work with faces/edges and vertices of the meshes. A short example of using this feature has shown in this video.
Finding closest object in array to a given point.
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
Collecting items from another array in a list based on the value of a bitmap controller.
Mesh curvature analysis in 3ds MAX
This is a simple technique to visualize the discreet curvature of mesh-poly-nurbs (All kind of objects) in 3ds MAX using Mesh controller in PARA . You also will learn how to use the custom attributes with parametric arrays.
Animated DNA using PARA link
Complex result can be achieved by linking two or more parametric array together. In this video we use PARA link controller to connect two independent array with a line segment. This can also be used in animation.
Curve Controller Part 1
This video demonstrate two different methods of curve subdividing. first method takes the number of divisions and the second method works with the length of subdivisions.
Basics of Link controller
This is a new edition of old video tutorial (Parametric Brick wall) which uses link and math controllers to create a random pattern of stone blocks.
Loft objects in PARA 3D
This video shows the potential of using Loft object in Parametric array. If you array the loft object PARA cannot find the information about the PATH object (base line) To get access to the vertices of the path object you need to animate the object before you use it.
Control the parameter by chance
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.
Recent Comments