Click or drag to resize
SoOcclusionCullingSetThreshold Method

Specifies the number of pixels below which the object will be culled.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetThreshold(
	uint threshold
)

Parameters

threshold
Type: SystemUInt32
Remarks

The graphics board must support the GL_NV_occlusion_query OpenGL extension, otherwise this method has no effect.

See Also