Click or drag to resize

DisplayPipelinePushClipTesting Method

Note: This API is now obsolete.

Push a ClipTesting flag on the engine's stack.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use PushDepthTesting")]
public void PushClipTesting(
	bool enable
)

Parameters

enable
Type: SystemBoolean
ClipTesting flag.
See Also