Click or drag to resize
SoRenderAreaCoreSetTransparencyType Method

Defines the algorithm for rendering transparent objects.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetTransparencyType(
	SoGLRenderActionTransparencyTypes type
)

Parameters

type
Type: OIV.Inventor.ActionsSoGLRenderActionTransparencyTypes

Implements

SiRenderAreaTransparencySetTransparencyType(SoGLRenderActionTransparencyTypes)
Remarks

Default is NO_SORT. See OIV.Inventor.Actions.SoGLRenderAction for possible transparency types. See also OIV.Inventor.Actions.SoGLRenderAction.TransparencyTypes.

Note: When using transparency types with DELAYED in the name, the depth buffer is not updated (depth buffer writes are disabled) while rendering transparent objects. As a result complex 3D shapes may not be rendered correctly.

See Also