Click or drag to resize
SoRenderToTargetGetRasterizedSamplesCount Method

Returns the number of samples generated by the rasterizer during the last GLRender action.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetRasterizedSamplesCount()

Return Value

Type: Int32
Remarks

To enable this feature the enableFragmentsQuery field must be set to true. Otherwise the result is undefined.

See Also