View Single Post
  #2  
Old 11-14-2003, 12:31 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You're right, this feature has not been implemented yet. There is a workaround. To stop tracking perform the following:
Code:
viz.get(viz.MAIN_VIEWPOINT).unlink(0)
This will be fixed in the next version though.
Reply With Quote