Thread: view problem
View Single Post
  #3  
Old 03-11-2009, 02:36 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can set the mask of the link so it only affects the position of the destination object, then you'll still be able to change the viewpoint orientation
Code:
viewLink = viz.link(character,viz.MainView,mask=viz.LINK_POS)
In the future please use the code tags when you post code to preserve the indentation
Reply With Quote