DisplayPipeline.PushDepthTesting Method

DisplayPipelinePushDepthTesting Method

Push a DepthTesting flag on the engine's stack.

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

Parameters

enable
Type: SystemBoolean
DepthTesting flag.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also