-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtriangles2.json
26 lines (26 loc) · 1006 Bytes
/
triangles2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"material": {"ambient": [0.1,0.1,0.1], "diffuse": [0.0,0.6,0.0], "specular": [1,1,1], "n": 5},
"vertices": [
[0.25, 0.25, 0.25],[0.5, 0.75, 0.25],[0.75,0.25,0.25],
[0.23, 0.23, 0.26],[-0.04, -0.33, 0.8],[-0.21, 0.44, 0.52]
],
"triangles": [[0,1,2], [3,4,5]]
},
{
"material": {"ambient": [0.1,0.1,0.1], "diffuse": [0.9,0.2,0.5], "specular": [0.8,0.8,0.8], "n":7},
"vertices": [
[0.83,0.04,1.06],[0.20,0.30,-0.30],[0.10,-0.38,0.56]
],
"triangles": [[0,1,2]]
},
{
"material": {"ambient": [0.3,0.3,0.3], "diffuse": [0.6,0.6,0.0], "specular": [0.7,0.7,0.7], "n":9},
"vertices": [
[-0.068,0.76,0.41],[-0.02,0.66,0.41],[-0.11,0.66,0.41],
[-0.14,0.85,0.46],[-0.09,0.75,0.46],[-0.19,0.75,0.46],
[-0.16,0.76,0.41],[-0.12,0.66,0.41],[-0.21,0.66,0.41]
],
"triangles": [[0,1,2],[3,4,5],[6,7,8]]
}
]