Click or drag to resize
SoDrawBufferElementSet Method

Sets the depth buffer parameters.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Set(
	SoState state,
	SoDrawBufferElementSoDrawBufferTypes type
)

Parameters

state
Type: OIV.Inventor.MiscSoState
type
Type: OIV.Inventor.ElementsSoDrawBufferElementSoDrawBufferTypes
Remarks

This method will (indirectly) call glDepthMask, glDepthFunc, glDepthRange with the new values

See Also