![]() | |
Scene |
MultisampleCount defines the multi-sampling count (MSAA) used by this SceneView.
MSAA produce smoother edges by storing multiple color values for each pixel. To improve performance, pixel shader is executed once for each pixel and then its result (color) is shared across multiple pixels. This produces smoother edges but do not provide additional sub-pixel details.
This value can be set when calling Initialize method or after the SceneView is initialized by calling the Resize method.
Default value is 1 (no multi-sampling).