WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-28-2014, 03:46 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
In Vizconnect, from the Trackers tab click on the Offsets button of a mouse and keyboard tracker that's already been added. Add a post trans y value to change the height value output by the tracker.

In a script that imports the configuration file get a handle to the tracker link and apply the postTrans operation on the link:

Code:
trackerLink = vizconnect.getTracker('mouse_and_keyboard_walking').getLink()
#Apply 1 meter post trans offset to Y value
trackerLink.postTrans([0,1,0])
If you want to apply an offset between the view and the avatar, so the view is higher or behind the avatar then the setup would be different. In this case you could insert a group node between the avatar head slot and the display in the scene graph and then change the offset of the group node.
Reply With Quote
 

Tags
vizconnect


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 SpaceGrip problem JB_HP_Viz Vizard 3 06-17-2014 03:03 AM
delete hand in vizconnect rvenegas Vizard 4 06-05-2014 10:17 PM
Vizconnect Save As Dialog Jeff Vizard 0 05-01-2014 09:45 AM
skeleton height from FAAST? fivel_lab Vizard 5 03-28-2014 01:01 AM
PPT 1.1 common setup problems mspusch Precision Position Tracker (PPT) 0 07-03-2003 01:15 AM


All times are GMT -7. The time now is 12:42 AM.


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