Click or drag to resize
SoOctreeOrderingReportCallback Property

This callback can be used to get render statistics: the number of objects in the octree, and the number of objects actually rendered.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static SoOctreeOrderingReportCB ReportCallback { get; set; }

Property Value

Type: SoOctreeOrderingReportCB
Remarks

If the application is using an MP viewer, each render thread will call the callback function at the end of the octree traversal to let the application know how many objects it rendered. This is useful to see how the rendering work is distributed across the threads.

See Also