SoAccumulationAntialiasingParameters Constructor |
Constructor which takes as input two parameters.
Namespace: OIV.Inventor.AntialiasingAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoAccumulationAntialiasingParameters(
bool smooth,
int numPasses
)
Public Sub New (
smooth As Boolean,
numPasses As Integer
)
public:
SoAccumulationAntialiasingParameters(
bool smooth,
int numPasses
)
new :
smooth : bool *
numPasses : int -> SoAccumulationAntialiasingParameters
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