SoGLRenderActionAbortCallback Property |
Sets callback to call during rendering to test for an abort condition.
Namespace: OIV.Inventor.Actions
It will be called for each node that is traversed. This allows applications to terminate rendering prematurely if some condition occurs. The callback function should return one of the AbortCode codes to indicate whether traversal should continue. Use of the various codes in a callback can allow applications to modify Open Inventor's default order of rendering objects in a scene graph.