Click or drag to resize
SoRenderAreaCoreSetClearDepth Method

Defines the depth value used when the depth buffer is cleared.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetClearDepth(
	float depth
)

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