SoOcclusionCullingReportCallback Property |
This callback can be used to get render statistics: the number of objects actually rendered versus the number of objects that would have been rendered without the occlusion culling node.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoOcclusionCullingReportCB ReportCallback { get; set; }
Public Shared Property ReportCallback As SoOcclusionCullingReportCB
Get
Set
public:
static property SoOcclusionCullingReportCB^ ReportCallback {
SoOcclusionCullingReportCB^ get ();
void set (SoOcclusionCullingReportCB^ value);
}
static member ReportCallback : SoOcclusionCullingReportCB with get, set
Property Value
Type:
SoOcclusionCullingReportCB
Remarks
See Also