View Single Post
  #2  
Old 07-15-2009, 05:34 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
No you cannot define the scene within the GUI. However, you can reparent the node to a different scene within your script. Example code:
Code:
node.parent(viz.SCREEN,viz.Scene2)
Reply With Quote