View Single Post
  #2  
Old 06-05-2009, 01:41 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can set a link's mask so that the destination object only takes the source's position. Then you can set it's orientation.
Code:
link.setMask(viz.LINK_POS)
Reply With Quote