Type Alias AntiAliasingMode

AntiAliasingMode: "none" | "fxaa"

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.