From cdeeb76389041a53c5f951bb2b6f2e25ca195310 Mon Sep 17 00:00:00 2001 From: bwatson Date: Mon, 25 Sep 2017 10:02:10 -0400 Subject: [PATCH] add an input ellipsoids file --- ellipsoids.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ellipsoids.json diff --git a/ellipsoids.json b/ellipsoids.json new file mode 100644 index 0000000..2e400e0 --- /dev/null +++ b/ellipsoids.json @@ -0,0 +1,5 @@ +[ +{"x": 0.75, "y": 0.75, "z": 0.5, "a":0.15, "b":0.15, "c":0.1, "ambient": [0.1,0.1,0.1], "diffuse": [0.0,0.0,0.6], "specular": [0.3,0.3,0.3], "n":5}, +{"x": 0.75, "y": 0.25, "z": 0.5, "a":0.15, "b":0.15, "c":0.1, "ambient": [0.1,0.1,0.1], "diffuse": [0.6,0.0,0.6], "specular": [0.3,0.3,0.3], "n":7}, +{"x": 0.5, "y": 0.5, "z": 0.5, "a":0.15, "b":0.15, "c":0.1, "ambient": [0.1,0.1,0.1], "diffuse": [0.6,0.6,0.0], "specular": [0.3,0.3,0.3], "n":9} +]