View Single Post
  #2  
Old 10-08-2009, 03:05 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Have you tried setting the cave origin as the parent of the wand object?
Code:
wandRender = viz.add('box.wrl',parent= caveorigin)
This should work as long as your wandtracker/viewtracker objects share the same coordinate system.
Reply With Quote