WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-04-2014, 07:40 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Sorry, I don't understand your question about the avatar position.
Reply With Quote
 


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

Similar Threads
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


All times are GMT -7. The time now is 03:00 PM.


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