Click or drag to resize
SoGLRenderActionSetDelayedObjDepthWrite Method

Control whether delayed transparent objects update the depth buffer.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetDelayedObjDepthWrite(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

By default they do not (historical behavior)

See Also