SoFullSceneAntialiasingon Property |
Enables/disables full-scene antialiasing.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool on { get; }
Public ReadOnly Property on As SoSFBool
Get
public:
property SoSFBool^ on {
SoSFBool^ get ();
}
member on : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks
Default = true. The default value can be set using the environment variable OIV_FULL_SCENE_ANTIALIASING (0 = false, 1 = true).
See Also