View Single Post
  #2  
Old 09-23-2008, 02:46 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
cave.update() will compute and set the new frustum settings for the window. When you call cave.setTracker() you are telling it to automatically call cave.update() every frame using the data from the specified tracker. If you don't want the cave to set the frustum then don't call cave.setTracker() or cave.update().
Reply With Quote