<node3d:renderNode>.setScene

Set the scene to render

 

<node3d:renderNode>.setScene(
    scene    
    clear = False    

)

 

scene

The scene to render


clear = False

Remove all children from the render node before setting scene.


Remarks

This command will set the scene that will be rendered by the node. If 'scene' is None, then no scene will be rendered. If 'clear' is True, then all children of the render node will be removed before setting the scene.

By default, render nodes will render the scene they are added to.

Return Value

None