PDA

View Full Version : gloves


jebber
07-14-2004, 08:39 AM
When I load the VRML models for the gloves and link them to the position trackers and the gyros (using the link function) they are initially placed too high in the room. How do I set the initial height of the gloves? We set the height for the HMD/view using the viz.eyeheight() command. Is there a similar function for the gloves?
thnx
Jeb

farshizzo
07-14-2004, 10:20 AM
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: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.