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: 2024.1.1.0 (2024.1.1)
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