-
Notifications
You must be signed in to change notification settings - Fork 2
/
config2.json
119 lines (118 loc) · 2.9 KB
/
config2.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"mapType":"exhibition",
"mapName":"designedName1",
"mapCreator":"Ash/William",
"configrations":{
"cameras":{
"cameraPosition":"",
"cameraDirection":"",
"cameraType": "Perspective",
"near":0,
"far":1000,
"pov":45
},
"enviroment":{
"light":{
"ambitientLight": {
"Ambitcolor": "#f23e3e",
"Ambitntensity" : 0.57
},
"hasRandomLights":false,
"randomLightNumbers":5
},
"background-color": "black",
"fog":{
"color": "grey",
"near":20,
"far":1000
}
}
},
"objects":[
{
"objNum":0,
"objUrl":"./obj/12343_statue_v1_l3",
"mtlUrl":"./obj/12343_statue_v1_l3",
"objScale":0.5,
"position":{
"x":20,
"y":20,
"z":20
},
"direction":{
"x":20,
"y":20,
"z":20
},
"objDouble":false
},
{
"objNum":1,
"objUrl":"./obj/12339_statue_v2_l1",
"mtlUrl":"./obj/12339_statue_v2_l1",
"objScale":0.5,
"position":{
"x":0,
"y":20,
"z":20
},
"direction":{
"x":20,
"y":20,
"z":20
},
"objDouble":false
},
{
"objNum":2,
"objUrl":"./obj/PM3D_Sphere3D7_1",
"mtlUrl":"./obj/PM3D_Sphere3D7_1",
"objScale":0.3,
"position":{
"x":30,
"y":20,
"z":20
},
"direction":{
"x":20,
"y":20,
"z":20
},
"objDouble":false
},
{
"objNum":3,
"objUrl":"./obj/10052_Tiger_Diffuse_v1_L3",
"mtlUrl":"./obj/10052_Tiger_Diffuse_v1_L3",
"objScale":0.02,
"position":{
"x":40,
"y":20,
"z":20
},
"direction":{
"x":20,
"y":20,
"z":20
},
"objDouble":false
},
{
"objNum":4,
"objUrl":"./obj/Only_Spider_with_Animations_Export",
"mtlUrl":"./obj/Only_Spider_with_Animations_Export",
"objScale":0.3,
"position":{
"x":50,
"y":20,
"z":20
},
"direction":{
"x":20,
"y":20,
"z":20
},
"objDouble":false
}
]
}