View Single Post
  #2  
Old 08-19-2010, 02:11 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The command used there for turning off standard mouse navigation has been removed. You can replace:
Code:
self.__view.mouse(0)
with:
Code:
viz.mouse(viz.OFF)
Reply With Quote