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
)
Public Sub PushDepthWriting (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
DepthWriting flag.
See Also