View Single Post
  #10  
Old 01-31-2005, 12:56 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Immediately after you add the tracker try issuing the following command:
Code:
myTracker.command(6,'',1,1,1)
This should take care of the problem of placing you above the room. Also, try issuing the following command to scale the ppt movement by 2. This might make the movement more noticeable:
Code:
myTracker.command(3,'',2,1,2)
If this still doesn't work, make sure the ppt is connected and that it is sending data. Also, check if Vizard prints out any errors about connecting to the ppt.
Reply With Quote