DisplayPipelinePushDepthTesting Method |
Push a DepthTesting flag on the engine's stack.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void PushDepthTesting(
bool enable
)
Public Sub PushDepthTesting (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
DepthTesting flag.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also