diff options
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 |
commit | 4ceca4f3d3ce3b24429f0b6c6aec2a5ada432fff (patch) | |
tree | f9efa4639338bc5fc305cd56e2fd1f40e8c94c81 | |
parent | d50b0e29c6263a076a0558350219b3a9a01fdf38 (diff) |
switch on antialiasing
-rw-r--r-- | tools.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ { "Name": "povray", "Cmd": "povray", - "Args": ["+O-", "-D"], + "Args": ["+O-", "-D", "+A0.9", "+R3"], "Suffix": ".pov", "NeedsFile": true, "EncodeBase64": true, |