MorphoLogical AntiAliasing for monchromatic models based on Reshetov A. 2009. Morphological Antialiasing, in Proceedings of the Conference on High Performance Graphics 2009
A simple proof of concept for smoothing syntethic models in a hope to alleviate the "staircase effect." Note that horizontal and vertical edges are kept as-is, while only slopes are anti-aliased by "hallucinating" edges/faux supersampling.
Currently only Z-shapes are fully supported. U shapes are implemented, but some bugs are present.
- ▏ (1) left
- ▕ (2) right
- ▁ (4) bottom
- ▔ (8) top
- └┐ (2)
- ┌┘ (4)
- └┘ (8)
- ┌┐ (16)
- ─┘ (32)
- ─┐ (64)
- └─ (128)
- ┌─ (256)
- ┐ (3)
└ - ┌ (5)
┘ - ┐ (9)
┘ - ┌ (17)
└ - │ (33)
┘ - │ (65)
└ - ┐ (129)
│ - ┌ (257)
│