Skip to content

Commit

Permalink
Add simple label annotation JSON for issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieWinchester committed May 3, 2023
1 parent c37368f commit c353301
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This repository contains issues recording discussions and progress on tasks for
- [IIIF 3D Prototypes](https://glenrobson.github.io/iiif_stuff/3d_prototypes/)
- [IIIF Canvas and Scene Ideas](https://docs.google.com/document/d/1LnLaYFE7ksNb7Tk2wf8yfw1nmTpW1Hy58E41f__DS18/edit?usp=sharing)
- Some example existing 3D IIIF Presentation API manifest links: [MorphoSource gorilla skull](https://www.morphosource.org/manifests/8ff57219-27ff-4ccd-95bc-eb7cbe195539), [Royal Pavilion & Museums mounted greenfinch](https://www.rpm-api.io/records/5e7de766317ed200177bdeb7?_format=iiif), [British Library Jane Austen's writing desk](https://bl-3d.netlify.app/collection/jane-austen-writing-desk/index.json)
- [Viewer JSON Demos](https://github.com/IIIF/3d/blob/main/VIEWER_JSON_DEMOS.md)
- [Viewer JSON Demos](https://github.com/IIIF/3d/blob/main/demo/VIEWER_JSON_DEMOS.md)
- [Glossary of Terms](https://docs.google.com/document/d/1wCtQxbfr9xV6CenaN88OfZbCc5RxgLx-r_vzO0OHodc/edit)
File renamed without changes.
16 changes: 16 additions & 0 deletions demo/json/label-annotation-issue-17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"annotations": [
{
"id": 0,
"normal": [ 0.294, 0.114, 0.949 ],
"position": [ 0.017, 1.806, 0.341 ],
"value": "visor"
},
{
"id": 1,
"normal": [ 0.472, 0.059, 0.880 ],
"position": [ 0.518, 0.956, 0.122 ],
"value": "glove"
}
]
}

0 comments on commit c353301

Please sign in to comment.