Thread: mainview
View Single Post
  #4  
Old 02-18-2009, 01:07 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
you can also try linking the viewpoint to the avatar. This following lines create a link and then creates an offset so the view is behind the avatar

Code:
view = viz.MainView
link = viz.link(female, view)
link.preTrans([0,0,-1])
Reply With Quote