-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNokiaDemoModel.json
95 lines (95 loc) · 1.52 KB
/
NokiaDemoModel.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name" : "NokiaDemoModel",
"materials" : [
{
"diffuseReflectance":[0.75, 0.25, 0.25]
},
{
"diffuseReflectance":[0.25, 0.25, 0.25]
},
{
"diffuseReflectance":[0.75, 0.75, 0.75]
},
{
"diffuseReflectance":[0.0, 0.0, 0.0]
},
{
"diffuseReflectance":[0.10, 0.10, 0.10],
"specularReflectance":[0.70, 0.70, 0.70],
"shininess":10.0
},
{
"diffuseReflectance":[0.75, 0.75, 0.75]
},
{
"diffuseReflectance":[0.4, 0.9, 0.9]
},
{
"diffuseReflectance":[0.9, 0.9, 0.4]
},
{
"diffuseReflectance":[1, 1, 1]
}
],
"cameras" : [
{
"eye":[50.0, 40.8, 205.6],
"at":[50.0, 40.8, 204.6],
"up":[0,1,0],
"fov":53
}
],
"spheres":[
{
"centers":[10001.000,40.800,81.600],
"radii":[10000.000],
"materialIndex":0
},
{
"centers":[-9901.000,40.800,81.600],
"radii":[10000.000],
"materialIndex":1
},
{
"centers":[50.000,40.800,10000.000],
"radii":[10000.000],
"materialIndex":2
},
{
"centers":[50.000,40.800,-9730.000],
"radii":[10000.000],
"materialIndex":3
},
{
"centers":[50.000,10000.000,81.600],
"radii":[10000.000],
"materialIndex":4
},
{
"centers":[50.000,-9918.400,81.600],
"radii":[10000.000],
"materialIndex":5
},
{
"centers":[27.000,16.500,47.000],
"radii":[16.500],
"materialIndex":6
},
{
"centers":[73.000,16.500,78.000],
"radii":[16.500],
"materialIndex":7
},
{
"centers":[50.000,66.600,81.600],
"radii":[7.000],
"materialIndex":8
}
],
"nodes":[
{
"modelMatrix" :[1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1],
"sphereIndices" : [0,1,2,3,4,5,6,7,8]
}
]
}