View Single Post
  #2  
Old 12-15-2011, 07:37 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you run the following script is the navigation smooth? What is the framerate if you hit F4 while it is running and is it stable?
Code:
import viz
viz.go()

viz.add('gallery.ive')
Are your results any different when you connect to the Intersense?
Code:
import viz
viz.go()

viz.add('gallery.ive')

isense = viz.add('intersense.dle') 
tracker = isense.addTracker(port=1,station=1)
viz.link(tracker, viz.Mainview)
Reply With Quote