Skip to content

Commit

Permalink
add an input ellipsoids file
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminWatson authored and GitHub Enterprise committed Sep 25, 2017
1 parent c16c96c commit cdeeb76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ellipsoids.json
Original file line number Diff line number Diff line change
@@ -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}
]

0 comments on commit cdeeb76

Please sign in to comment.