Open topic with navigation
<node3d:renderNode>.setAutoClip
Set whether clip planes will be auto computed
<node3d:renderNode>.setAutoClip( |
|
autoClip |
) |
|
autoClip
True if the clip plane should be calculated.
False if the clip plane should not be calculated.
viz.AUTO_COMPUTE if the clip plane calculation should be inherited from the main pass.
Remarks
This command will control how the clip planes will be calculated for the render node.
The clip plane calculation mode will be inherited by default.
Return Value
None
See also