View Single Post
  #3  
Old 02-25-2008, 10:00 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can also use a link to have Vizard automatically perform this operation for you. Example:
Code:
headLink = viz.link(tracker,viz.MainView,dstFlag=viz.LINK_BODY)
headLink.postEuler([180,0,0],target=viz.LINK_ORI_OP)
Reply With Quote