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. |
Set whether the scene should be rendered with the state parameter.
None