Click or drag to resize
SoLDMTileVisitorIsCulled Method (SbBox3f, Single, Int32)

TODO: doc with graph (default behavior graph)

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool IsCulled(
	SbBox3f tileBox,
	out float distToScreenCenter,
	int cullbits
)

Parameters

tileBox
Type: OIV.InventorSbBox3f
distToScreenCenter
Type: SystemSingle
cullbits
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Is the tile culled. Takes effect only if SoVolumeRendering.m_viewCulling is true. Returns distance to screen center in screen coordinates if the tile is culled.

See Also