SoGLRenderActionAbortCodes Enumeration |
Possible return codes from a render abort callback.
Namespace: OIV.Inventor.Actions
Member name | Value | Description | |
---|---|---|---|
CONTINUE | 0 | Continue traversal as usual. | |
ABORT | 1 | Stop traversing the rest of the graph. | |
PRUNE | 2 | Do not traverse this node or its children, but continue. | |
DELAY | 3 | Delay rendering of this node until the second pass. |