View Single Post
  #3  
Old 12-16-2011, 06:19 AM
jacky jacky is offline
Member
 
Join Date: Jun 2011
Posts: 13
Hi Jeff,

When I run the script below

viz.go()
viz.add('gallery.ive')

everything is ok. But when I add the codes as below:

viz.go(viz.HMD|viz.stereo)
isense=viz.add('intersense.dle')
tracker= isense.addTracker(port=1,station=1)
viz.link(tracker,viz.Mainview)

the time of loading this program is very long and the mainview of HMD is very unfluent. And I find the usage rate of the CPU is almost 100% when running this Vizard program.
Reply With Quote