WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
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
  #2  
Old 07-08-2007, 04:43 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Thanks. Another question about the HD - if I have invisible objects and I touch them with the haptic pen will the haptic pen list them in it's touch objects?
Reply With Quote
  #3  
Old 07-09-2007, 10:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

When you set a node invisible, it will still by touchable in the haptic environment. You can make it invisible to the haptic environment by using the <node3d>.enablehd() command.
Reply With Quote
  #4  
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
  #5  
Old 07-10-2007, 09:11 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The hd module is identical for both version 1 and 2. The OpenHaptics 2.0 runtime is not binary compatible with 1.0, so we need to compile a separate plugin for each version. You can purchase OpenHaptics 2.0 from SensAble.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:09 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC