Thread: gloves
View Single Post
  #2  
Old 07-14-2004, 10:20 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Jeb,

The vizppt.dls has built-in commands that let you apply offsets to the position. For example if you wanted to lower the position of the glove tracker by 1 meter you would do the following:
Code:
handPPT.command(7,'',0,1,0)
Keep in mind that when you perform the reset command on a ppt tracker, it will override this offset.
Reply With Quote