-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3d-transform.json
75 lines (74 loc) · 3.54 KB
/
3d-transform.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
{
"@context": [
"http://iiif.io/api/presentation/3/context.json",
"https://edsilv.github.io/iiif-ecs-proposal/ecs.json"
],
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json",
"type": "Manifest",
"label": { "en": [ "a canvas with 3d object and transform" ] },
"items": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0",
"type": "Canvas",
"label": { "en": [ "demo" ] },
"content": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0/annotationpage/0",
"type": "AnnotationPage",
"items": [
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0/annotation/0",
"type": "Annotation",
"motivation": "painting",
"target": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0",
"body": [
{
"items": [
{
"format": "model/gltf+json",
"id": "https://edsilv.github.io/iiif-ecs-proposal/media/object.gltf",
"type": "PhysicalObject"
}
]
}
]
},
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0/annotation/1",
"type": "Annotation",
"motivation": "scale",
"target": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0",
"body": {
"x": 1,
"y": 1,
"z": 1
}
},
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0/annotation/2",
"type": "Annotation",
"motivation": "position",
"target": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0",
"body": {
"x": 0,
"y": 0,
"z": -1
}
},
{
"id": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0/annotation/3",
"type": "Annotation",
"motivation": "rotation",
"target": "https://edsilv.github.io/iiif-ecs-proposal/3d-transform.json/items/canvas/0",
"body": {
"x": 45,
"y": 90,
"z": 180
}
}
]
}
]
}
]
}