View Single Post
  #4  
Old 08-29-2006, 09:35 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Ok, I see. Then simply translate the viewpoint absolutely to (0,0,0) then apply the ppt position relatively to the BODY_ORI:
Code:
view.translate(0,0,0)
view.move(ppt[0],ppt[1],ppt[2],viz.BODY_ORI)
Reply With Quote