#1
|
|||
|
|||
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)) How can I define the scene, where the window will be added? Thanks a lot. |
#2
|
|||
|
|||
Window objects are not dependent on which scene is visible. You will need to manually show/hide the window when scene 3 becomes active/inactive. You can do this by using the UpperLeftWindow.visible command.
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to show different objects on different windows from the same scene | Joran | Vizard | 3 | 07-14-2014 03:07 PM |
Active scene | Chrissy2009 | Vizard | 2 | 07-13-2009 09:49 AM |
How to access scene information in a C++ modifier | m7ossny | Plug-in development | 1 | 03-23-2007 11:02 AM |
saving the scene | giancamati | Vizard | 1 | 12-21-2006 09:25 AM |
Collision with avatars and scene not working | JvdBosch | Vizard | 12 | 09-14-2006 06:01 PM |