View Single Post
  #1  
Old 09-15-2010, 11:42 AM
codexter codexter is offline
Member
 
Join Date: Feb 2007
Posts: 9
Problem Reseting Tracking View

Hey,

We're having problems using an existing demo with a new PPT space that we have enabled. The previous world won't reset the starting point despite manually changing the starting coordinates. Any ideas/things to check regarding the Head_POS or PPT?

Here is our reset function:

elif key == 'r':
ppt.reset()
isense.reset()
viz.reset(viz.HEAD_POS)
viz.translate(viz.HEAD_POS,0,0,-4)


Thanks,
Cody

Stanford VHIL Lab
Reply With Quote