SoRenderAreaCoreSetClearDepth Method |
Defines the depth value used when the depth buffer is cleared.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void SetClearDepth(
float depth
)
Public Overridable Sub SetClearDepth (
depth As Single
)
public:
virtual void SetClearDepth(
float depth
)
abstract SetClearDepth :
depth : float32 -> unit
override SetClearDepth :
depth : float32 -> unit
Parameters
- depth
- Type: SystemSingle
value used to clear the depth buffer.
Implements
SiRenderAreaSetClearDepth(Single)Remarks See also setClearPolicy. Default is 1. Range is 0..1.
See Also