-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Implement Multi-Sample Anti Aliasing. This requires changes in:
- The default frame-buffer to allow MSAA for overlays,
PreRenderedTileProviderto allow MSAA for pre-rendered tiles,TileBasedVisualizerto allow MSAA for non-pre-rendered tiles (this is superfluous when used with anti-aliased pre-rendered tiles, so this would be more of a nice-to-have feature).