SiAntialiasingEventListenerOnAntialiasingSwitch Method |
This method is called when the antialiasing parameters are modified in the scene manager.
Namespace: OIV.Inventor.AntialiasingAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool OnAntialiasingSwitch(
out SoSceneManagerAntialiasingModes mode,
float quality,
SoAntialiasingParameters parameters
)
Public Function OnAntialiasingSwitch (
<OutAttribute> ByRef mode As SoSceneManagerAntialiasingModes,
quality As Single,
parameters As SoAntialiasingParameters
) As Boolean
public:
bool OnAntialiasingSwitch(
[OutAttribute] SoSceneManagerAntialiasingModes% mode,
float quality,
SoAntialiasingParameters^ parameters
)
member OnAntialiasingSwitch :
mode : SoSceneManagerAntialiasingModes byref *
quality : float32 *
parameters : SoAntialiasingParameters -> bool
Parameters
- mode
- Type: OIV.InventorSoSceneManagerAntialiasingModes
- quality
- Type: SystemSingle
- parameters
- Type: OIV.Inventor.AntialiasingSoAntialiasingParameters
Return Value
Type:
Booleana boolean to indicates if the listener was able to configure the graphic device for the specified mode.
Remarks@ The mode provided here is the actual mode. If the SoSceneManager.setAntialiasing method is called with AUTO, the mode provided here will be the algorithm selected by the scenemanager. The AUTO mode will never be used here.
See Also