View Single Post
  #2  
Old 04-14-2005, 09:27 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

This is a bug in Vizard. A temporary work around is to add a scene for each view you add. Example:
Code:
viz.add(viz.SCENE)
#Now add your viewpoint
view = viz.add(viz.VIEWPOINT)
Reply With Quote