-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
30 lines (30 loc) · 820 Bytes
/
data.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
[
{
"day": "001",
"noun": "Chair",
"description": "Stable platform",
"modelSrc": "365/001/chair-web.glb",
"imageSrcs": ["365/001/chair01.jpg", "365/001/chair02.jpg"]
},
{
"day": "002",
"noun": "Stapler",
"description": "Paper fastener",
"modelSrc": "365/002/002.glb",
"imageSrcs": ["365/002/002stapler1.jpg", "365/002/stapler-04.jpeg"]
},
{
"day": "003",
"noun": "Shoes",
"description": "Footwear",
"modelSrc": "365/003/003.glb",
"imageSrcs": ["365/003/shoes3 (3).png"]
},
{
"day": "004",
"noun": "Mirror",
"description": "Reflective Surface",
"modelSrc": "365/004/merr.glb",
"imageSrcs": ["365/004/mirror-sticker.png"]
}
]