View Single Post
  #1  
Old 06-19-2003, 11:07 AM
david david is offline
Member
 
Join Date: Mar 2003
Posts: 23
switching between scenes

hello,

I am trying to switch between different scenes in vizard but even with the very basic following lines I do not see anything on the screen. What is the correct way to use the setscene command?____________________________
import viz

viz.go()
viz.setscene(1)
a = viz.addchild('tut_sphere.wrl',1)
____________________________

Thanks
David
Reply With Quote