View Single Post
  #2  
Old 08-05-2008, 06:01 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
There are many different ways to accomplish this. From your description it seems that the built-in FlyNavigate camera control would do what you want. The code for it is in the vizcam module. Here is a sample script that shows how to use it. Use the arrow keys and mouse to move around.
Code:
import viz
viz.go()

import vizcam
vizcam.FlyNavigate()

viz.add('gallery.ive')
Let me know if this isn't what you are looking for.
Reply With Quote