<vizcave:Cave>.addWall

Add a wall to the cave

 

<vizcave:Cave>.addWall(
    wall    
    mask = None    
    window = viz.MainWindow    

)

 

wall

Wall object


mask = None

Cluster mask of the wall. If None, wall is assumed to be on local machine.


window = viz.MainWindow

Window to apply projection settings to


Remarks

This command will add a wall to the cave. The orientation of the wall will be applied as the view offset of the specified window. When clustering the cave, the mask specifies the cluster client the wall is being rendered by.

Return Value

None