![]() |
#2
|
|||
|
|||
If you have one setup with hand tracking and another without it's best to create two separate vizconnect config files for each. You can specify which one to use in your application. If you want to toggle the visibility of the hand you can do that with the following code:
Code:
hands = vizconnect.getAvatar().getHands() rightHand = hands.get('r_hand') vizact.onkeydown(' ',rightHand.visible,viz.TOGGLE) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizconnect | KoRnemuse | Vizard | 5 | 05-16-2014 08:57 AM |
Vizconnect Save As Dialog | Jeff | Vizard | 0 | 05-01-2014 09:45 AM |
Vizconnect | ckharrison | Vizard | 3 | 02-17-2014 10:26 PM |