View Single Post
  #2  
Old 05-02-2013, 09:51 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You'll need to specify that the link is getting the source object's position in global coordinates. Otherwise the link takes the position of box2 in it's parent's coordinate system which is fixed at [0,1,0].
Code:
link1=viz.link(box2,viz.MainView,srcFlag=viz.ABS_GLOBAL)
Reply With Quote