Open topic with navigation
<viz>.addWindow
Adds a window to the display.
Remarks
The windows are added by default to the upper right corner. To change the position see window.setPosition()
Return Value
<window> object
Example
viz.add('tut_ground.wrl')
window = viz.addWindow()