Click or drag to resize
SoGLRenderActionSetPassCallback Method (SoGLRenderActionPassCB)

Note: This API is now obsolete.

Use PassCallback property instead. Sets a delegate method to invoke between passes when antialiasing. Passing NULL (which is the default state) will cause a clear of the color and depth buffers to be performed.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use PassCallback property instead.")]
public void SetPassCallback(
	SoGLRenderActionPassCB cb
)

Parameters

cb
Type: OIV.Inventor.ActionsSoGLRenderActionPassCB
See Also