Click or drag to resize

DisplayPipelinePushDepthWriting Method

Push a DepthWriting flag on the engine's stack.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void PushDepthWriting(
	bool enable
)

Parameters

enable
Type: SystemBoolean
DepthWriting flag.
See Also