Click or drag to resize
SiRenderAreaSetClearDepth 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.1.0 (2024.1.1)
Syntax
void SetClearDepth(
	float depth
)

Parameters

depth
Type: SystemSingle

value used to clear the depth buffer.

Remarks

See also setClearPolicy.

See Also