SiRenderAreaSetClearDepth 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 void SetClearDepth(
float depth
)
Sub SetClearDepth (
depth As Single
)
void SetClearDepth(
float depth
)
abstract SetClearDepth :
depth : float32 -> unit
Parameters
- depth
- Type: SystemSingle
value used to clear the depth buffer.
Remarks See Also