aboutsummaryrefslogtreecommitdiff
path: root/tools.json
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2018-11-26 07:44:06 +0100
committerÖzgür Kesim <oec@codeblau.de>2018-11-26 07:44:06 +0100
commit4ceca4f3d3ce3b24429f0b6c6aec2a5ada432fff (patch)
treef9efa4639338bc5fc305cd56e2fd1f40e8c94c81 /tools.json
parentd50b0e29c6263a076a0558350219b3a9a01fdf38 (diff)
switch on antialiasing
Diffstat (limited to 'tools.json')
-rw-r--r--tools.json2
1 files changed, 1 insertions, 1 deletions
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,