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: 10.12.3.0 (10.12.3.0)
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