View Single Post
  #7  
Old 07-25-2006, 03:21 PM
spacefarer spacefarer is offline
Member
 
Join Date: Dec 2004
Location: Cambridge, MA
Posts: 17
I guess so. I just add the following two lines to your script, and tested comment/uncomment them. When you uncomment them, the head tracker of the HMD works, but rotation of SpaceBall doesn't work. If you comment them, SpaceBall works in 6DOF.
---
visor = viz.add( 'eMagin.dls' )
viz.link( visor, viz.MainView )
---
Reply With Quote