The MultisampleAmount enumeration in the Sandbox
namespace defines various levels of multisampling for rendering. Multisampling is a technique used to improve image quality by reducing aliasing at the edges of rendered objects.
The MultisampleAmount enumeration in the Sandbox
namespace defines various levels of multisampling for rendering. Multisampling is a technique used to improve image quality by reducing aliasing at the edges of rendered objects.
Member Name | Summary |
---|---|
Multisample2x | Represents 2x multisampling, providing a basic level of anti-aliasing. |
Multisample4x | Represents 4x multisampling, offering a moderate level of anti-aliasing. |
Multisample6x | Represents 6x multisampling, providing a higher level of anti-aliasing. |
Multisample8x | Represents 8x multisampling, offering a high level of anti-aliasing. |
Multisample16x | Represents 16x multisampling, providing the highest level of anti-aliasing available. |
MultisampleScreen | Represents screen-based multisampling. This field is hidden and not intended for general use. |
MultisampleNone | Represents no multisampling, effectively disabling anti-aliasing. |