aboutsummaryrefslogtreecommitdiff
path: root/tools.json
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2019-06-14 11:02:54 +0200
committerÖzgür Kesim <oec@codeblau.de>2019-06-14 11:02:54 +0200
commit4d20598a28a3139cea545736eca90df88a608e1b (patch)
tree1381b5924bc0d4603f288ed8f58829ea6d998c2d /tools.json
parent6c7d5f258fc754e6623a9a0b56d4420c068f6931 (diff)
parent1e3b329150d6c259ba058f8d8f2e1b3fd4bb525d (diff)
Merge branch 'master' of github.com:/oec/playdot
Diffstat (limited to 'tools.json')
-rw-r--r--tools.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools.json b/tools.json
index 9f3b3fe..f19fa5d 100644
--- a/tools.json
+++ b/tools.json
@@ -25,5 +25,19 @@
"https://ece.uwaterloo.ca/~aplevich/dpic": "Get DPIC from here"
},
"Example": ".PS\n\nbox \"foo\"; arrow ->; box \"bar\"\n\n.PE"
+ },
+ {
+ "Name": "povray",
+ "Cmd": "povray",
+ "Args": ["+O-", "-D", "+A0.9", "+R3"],
+ "Suffix": ".pov",
+ "NeedsFile": true,
+ "ContentType": "img/png",
+ "Description": "Povray, raytracer",
+ "BgColor": "Orange",
+ "Documentation": {
+ "http://povray.org/documentation/3.7.0/index.html": "POV-Ray for Unix"
+ },
+ "Example": "#include \"colors.inc\"\n#include \"woods.inc\"\n#include \"glass.inc\"\ncylinder {\n\t<-2,-2,0.5>, <-2,1,0.5>, 1\n\tpigment {color Red}\n}\nsphere {\n\t<0,1,1>, 1\n\tpigment {color Blue }\n}\nbox {\n\t<-3,-1,-1>, <1,-0.5, 2>\n\tpigment {\n\t\tCol_Glass_Winebottle\n\t}\n}\nbackground { color Gray60 }\nlight_source {<0, 5, -3> color White }\nlight_source {<-2, 2, 0.5> color Yellow }\ncamera {\n\tlocation <0, 2, -6>\n\tangle 50 right x\n\tlook_at\n\t<-1, 0, 0>\n}\n"
}
]