Click or drag to resize
SoOcclusionCullingReportCB Delegate

Note: This API is now obsolete.

This callback is called at the end of each SoOcclusionCulling traversal to let the application know how many objects have been occluded by the node.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate void ReportCB(
	SoOcclusionCulling name_0,
	int numObj,
	int numRendered,
	int numOccluders
)

Parameters

name_0
Type: OIV.Inventor.NodesSoOcclusionCulling
numObj
Type: SystemInt32
numRendered
Type: SystemInt32
numOccluders
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 9800 SoOcclusionCulling node has been deprecated and will be removed in next major version. Please use SoSeparator instead.

See Also