DisplayPipelineEnableDepthTesting Method |
Enable or disable the DepthTesting behaviour 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)
Syntaxpublic void EnableDepthTesting(
bool enable
)
Public Sub EnableDepthTesting (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
true to enable DepthTesting, false to disable.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also