View Single Post
  #1  
Old 08-20-2009, 01:06 AM
lilio lilio is offline
Member
 
Join Date: May 2009
Posts: 11
addWindow only in one special scene

Hello,

I want to add a second Window in a special scene, like this:

Code:
UpperLeftWindow = viz.addWindow(pos=(0.7,1.0),size=(0.3,0.3))
But this window should only be added in the scene 3.

How can I define the scene, where the window will be added?

Thanks a lot.
Reply With Quote