WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-05-2007, 07:39 AM
glepoura glepoura is offline
Member
 
Join Date: Oct 2006
Posts: 10
5DT left and right glove

Is there an example of using a pair of gloves? I have been experimenting with the hand tutorial, but it includes a cfg file for the right hand only...

Best Regards,

George
Reply With Quote
  #2  
Old 02-05-2007, 02:57 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Use the <hand>.leftHand method to make the had object a left hand.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #3  
Old 02-05-2007, 02:58 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you use Vizard 3.0 then you simply do the following to convert a hand into a left hand:
Code:
myHand = hand.add(sensor)
myHand.leftHand()
For Vizard 2.5 you can do the following instead:
Code:
myHand = hand.add(sensor)
myHand.scale(-1,1,1)
myHand.disable(viz.CULL_FACE)
Reply With Quote
  #4  
Old 02-06-2007, 04:41 AM
glepoura glepoura is offline
Member
 
Join Date: Oct 2006
Posts: 10
Great, Thank you,
GL
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 12:22 PM.


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