Ali Torabi

Digital Architecture & Technology

Multi turn spiral stair, script controller »« Linear transformation function and script controller

Lineare controller inside script controller part 2

Level: Advanced
In This Video:

  • How to control items along one direction using linear controller in a multi-dimensional array.
  • Reference: linear controller function takes the following arguments
    i: index value — index of item in X direction
    j: index value — index of item in Y direction
    K: index value — index of item in Z direction
    dim: dimensions in point3 format — defines the directions that linear controller will be applied on.
    for example [1,0,0] means only in x direction ,[0,1,1] means in Y and Z.
    Note1: if you don’t pass the i,j or kargument to the function it considers the current item indexes by default.
    Note2: if you dont pass the dim argument to the function it considers all directions by default.

    , , , ,
    April 18, 2010 at 10:14 am
    Leave a Reply or trackback

    You must be logged in to post a comment.