View Single Post
  #2  
Old 07-07-2011, 10:21 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The <link>.preScale command will pre multiply the input matrix with the specified scale:
Code:
link.preScale([0.5,1,1],target=viz.LINK_POS_OP)
Reply With Quote