View Single Post
  #2  
Old 07-25-2006, 02:46 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You have the following in your sample code:
Code:
#viz.get(viz.MAIN_VIEWPOINT).translate( STARTING_VIEWPOINT_POS )
#viz.get(viz.MAIN_VIEWPOINT).lookat(0,.3,0)
This should do what you wish, assuming that the glove is centered around [0,0.3,0]. Does this not work for you?
Reply With Quote