Vizard 7 » Command Index » Vizard objects » scene » <scene>.visible
7.7

<scene>.visible

Set whether the scene should be rendered

<scene>.visible(  
state  
mode = 0  
)  
state
Can be one of the following:
viz.ON
viz.OFF
viz.TOGGLE
mode = 0
Can be one of the following:

Visibility modes

0

Set the visibility of the entire scene

viz.SCREEN

Set the visibility of the screen nodes.

viz.WORLD

Set the visibility of the world nodes.

Remarks

Set whether the scene should be rendered with the state parameter.

Return Value

None