The multisample anti-aliasing (MSAA) options for Scenes. As the level of anti-aliasing increases,
performance will generally decrease, but the quality of the anti-aliasing will improve.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration AntiAliasing
public enum class AntiAliasing
Members
| Member name | Description |
---|
| Off |
No anti-aliasing
|
| FXAA |
Fast Approximate Anti aliasing
|
| TwoX |
Anti-aliasing at 2x
|
| FourX |
Anti-aliasing at 4x
|
| EightX |
Anti-aliasing at 8x
|
| SixteenX |
Anti-aliasing at 16x
|
| ThirtyTwoX |
Anti-aliasing at 32x
|
| SixtyFourX |
Anti-aliasing at 64x
|
See Also