Interface for the antialias settings passed when instantiating a MapView, and transferred to the MapRenderingManager instance.
These parameters can be changed at runtime as opposed to the native WebGL antialiasing.
The sampling level to use for MSAA during continuous rendering.
MSAASampling.Level_1
Whether the MSAA is enabled or not.
false
The sampling level to use for MSAA when the rendering stops.
MSAASampling.Level_4
Generated using TypeDoc
Interface for the antialias settings passed when instantiating a MapView, and transferred to the MapRenderingManager instance.
These parameters can be changed at runtime as opposed to the native WebGL antialiasing.