Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

Optional dynamicMsaaSamplingLevel

dynamicMsaaSamplingLevel: MSAASampling

The sampling level to use for MSAA during continuous rendering.

default

MSAASampling.Level_1

msaaEnabled

msaaEnabled: boolean

Whether the MSAA is enabled or not.

default

false

Optional staticMsaaSamplingLevel

staticMsaaSamplingLevel: MSAASampling

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

default

MSAASampling.Level_4

Generated using TypeDoc