Click or drag to resize
SoGLRenderActionPassCallback Property

Sets a callback function to invoke between passes when antialiasing.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGLRenderActionPassCB PassCallback { get; set; }

Property Value

Type: SoGLRenderActionPassCB
Remarks

Passing NULL (which is the default state) will cause a clear of the color and depth buffers to be performed.

See Also