From 4ceca4f3d3ce3b24429f0b6c6aec2a5ada432fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Mon, 26 Nov 2018 07:44:06 +0100 Subject: [PATCH] switch on antialiasing --- tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.json b/tools.json index 2fa6d1f..9735acc 100644 --- a/tools.json +++ b/tools.json @@ -29,7 +29,7 @@ { "Name": "povray", "Cmd": "povray", - "Args": ["+O-", "-D"], + "Args": ["+O-", "-D", "+A0.9", "+R3"], "Suffix": ".pov", "NeedsFile": true, "EncodeBase64": true,