Click or drag to resize
SoOcclusionCullingReportUserDataCB Delegate

Note: This API is now obsolete.

This delegate is invoked 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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute]
public delegate void ReportUserDataCB(
	SoOcclusionCulling node,
	int numObj,
	int numRendered,
	int numOccluders,
	Object userData
)

Parameters

node
Type: OIV.Inventor.NodesSoOcclusionCulling
numObj
Type: SystemInt32
numRendered
Type: SystemInt32
numOccluders
Type: SystemInt32
userData
Type: SystemObject
See Also