Type Alias AntiAliasingMode

AntiAliasingMode: "none" | "fxaa" | "smaa"

Antialiasing mode applied by AntiAliasing as the final post-process step.

  • "none": no AA pass; the tonemap result goes straight to the canvas.
  • "fxaa": single-pass fast approximate AA. Smooths geometric edges at the cost of a slight overall softening.
  • "smaa": multi-pass subpixel morphological AA. Preserves more detail than FXAA, at higher fullscreen-pass cost.