View Single Post
  #27  
Old 02-03-2005, 12:43 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Hi,
today I just played around with the eye-height and yes, this is the problem. Somehow it seems to be callibrated wrong.

The following works:

viz.go(viz.PROMPT)
ppt = viz.add('vizppt.dls')
v = viz.add('intersense.dls')
ppt.command(6,'',1,1,1)
ppt.reset()
viz.tracker()
viz.eyeheight(-0.3)

I will have to see if we can recalibrate or just live with it...
Johannes
Reply With Quote