Thread: Title Screen
View Single Post
  #4  
Old 03-30-2010, 12:30 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you want to hide the entire scene then you can use the following code:
Code:
viz.MainScene.visible(0,viz.WORLD) #Hide all objects in world
.
.
.
viz.MainScene.visible(1,viz.WORLD) #Unhide all objects in world
Reply With Quote