View Single Post
  #3  
Old 02-20-2014, 05:23 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
The following code showed the cave view position updates when added to the example script in Vizard's CAVE documentation:
Code:
def printPosition():
	print cave_origin.getPosition()
	
vizact.ontimer(1,printPosition)
Have you linked or parented the cave view to another object?
Reply With Quote