View Single Post
  #2  
Old 06-02-2005, 01:32 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You need to get a handle to the main viewpoint to translate the head position.
Code:
view = viz.get(viz.MAIN_VIEWPOINT)

view.translate(self.personPos)
Reply With Quote