Thread: hd in Vizard3.0
View Single Post
  #2  
Old 07-05-2007, 04:25 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Vizard 3.0 uses OpenHaptics 2.0 by default. If you want to use an earlier version of OpenHaptics then simply add the following line of code before you import the hd module:
Code:
viz.setOption('hd.version',1)
import hd #Will use OpenHaptics 1.0
Reply With Quote