Thread: Body linking
View Single Post
  #3  
Old 03-06-2008, 09:27 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following code should link to rotation of the fork lift to the view body:
Code:
bodyLink = viz.link(forkLift,viz.MainView,mask=viz.LINK_ORI,dstFlag=viz.LINK_BODY)
Reply With Quote