DisplayPipeline.EnableDepthTesting Method

DisplayPipelineEnableDepthTesting Method

Enable or disable the DepthTesting behavior of the engine. When DepthTesting is disabled, objects in front will no longer occlude objects behind them.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableDepthTesting(
	bool enable
)
Public Sub EnableDepthTesting ( 
	enable As Boolean
)

Parameters

enable
Type: SystemBoolean
true to enable DepthTesting, false to disable.
See Also