DisplayPipelineEnableDepthWriting Method |
Enable or disable the DepthWriting behaviour of the engine.
When DepthWriting is disabled, drawn geometry does not affect the Z-Buffer.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void EnableDepthWriting(
bool enable
)
Public Sub EnableDepthWriting (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
true to enable DepthWriting, false to disable.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also