SoRenderListisHead Property |
Normally each culling node maintains its own render list.
Namespace: OIV.Inventor.Nodes
However, culling nodes can be chained, meaning that a culling node (B) that is a child of another culling node (A), can use the result of the culling operation in the parent node (A) instead of maintaining its own render list. In order to enable this behavior, this field should be set to true for the parent (A) and false for the child (B). The default is true.