View Single Post
  #3  
Old 01-17-2005, 01:06 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Have you tried using the viz.eyeheight command? If I'm not mistaken this should do what you are wanting. For example, if you wanted to constrain the users height to 1 meter you would do:
Code:
viz.eyeheight(1)
Then to initialize the user you would issue a reset command to the tracking sensor you are using (i.e PPT):
Code:
ppt.reset()
Reply With Quote