Thread: hd in Vizard3.0
View Single Post
  #5  
Old 07-09-2007, 09:46 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Quote:
Originally Posted by farshizzo View Post
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
Thanks. What does the version 1 lack that version 2 has? Where can I obtain version 2 if I need it?
Reply With Quote