Click or drag to resize
SoOffscreenRendererSetFullSceneAntialiasing Method (SoGraphicConfigTemplatePreferences, Int32, Int32)

Sets the full-scene antialiasing preferences.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetFullSceneAntialiasing(
	SoGraphicConfigTemplatePreferences pref,
	int minFsaaBits,
	int maxFsaaBits
)

Parameters

pref
Type: OIV.Inventor.ComponentsSoGraphicConfigTemplatePreferences
minFsaaBits
Type: SystemInt32
maxFsaaBits
Type: SystemInt32
Remarks

minBits and maxBits are the minimum and maximum required number of samples used during antialiasing computation. The required number of samples must be greater than or equal to minBits, and less than or equal to maxBits. The maximum number of samples is always preferred. If pref is FORBIDDEN, the min/max values are ignored.

See Also