SoFullSceneAntialiasingParameters Constructor (Int32, Boolean, Int32) |
Constructor that takes the different parameters that can be configured.
Namespace: OIV.Inventor.AntialiasingAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoFullSceneAntialiasingParameters(
int numSamples,
bool useHQ,
int filterMask
)
Public Sub New (
numSamples As Integer,
useHQ As Boolean,
filterMask As Integer
)
public:
SoFullSceneAntialiasingParameters(
int numSamples,
bool useHQ,
int filterMask
)
new :
numSamples : int *
useHQ : bool *
filterMask : int -> SoFullSceneAntialiasingParameters
Parameters
- numSamples
- Type: SystemInt32
The number of samples we want to enable in the window's pixel format.
- useHQ
- Type: SystemBoolean
Indicates if the high quality filter provided by NVidia should be enabled.
- filterMask
- Type: SystemInt32
Is a combination of OIV.Inventor.Nodes.SoFullSceneAntialiasing.Filters enum values to define the primitives affected by the FSAA.
Remarks See Also