Interface IMapAntialiasSettings

Interface for the antialias settings passed when instantiating a MapView, and transferred to the MapRenderingManager instance.

Remarks

These parameters can be changed at runtime as opposed to the native WebGL antialiasing.

Hierarchy

  • IMapAntialiasSettings

Properties

dynamicMsaaSamplingLevel?: MSAASampling

The sampling level to use for MSAA during continuous rendering.

Default

MSAASampling.Level_1

msaaEnabled: boolean

Whether the MSAA is enabled or not.

Default

false

staticMsaaSamplingLevel?: MSAASampling

The sampling level to use for MSAA when the rendering stops.

Default

MSAASampling.Level_4

Generated using TypeDoc