Click or drag to resize
SoAccumulationAntialiasingParameters Constructor

Constructor which takes as input two parameters.

Namespace: OIV.Inventor.Antialiasing
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoAccumulationAntialiasingParameters(
	bool smooth,
	int numPasses
)

Parameters

smooth
Type: SystemBoolean

Indicates if we want to turn on line and point smoothing.

numPasses
Type: SystemInt32

The number of rendering passes we want to accumulate in the accumulation buffers. numPasses should be >= 1.

Remarks

See Also