View Single Post
  #4  
Old 07-28-2010, 07:52 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You mentioned this also happens when the tracking data is not used. Does this happen with standard mouse navigation and a simple model like the following?
Code:
import viz
viz.go()

gallery = viz.add('gallery.ive')
If not, can you post a sample script that replicates this without using tracking data?
Reply With Quote