diff --git a/README.md b/README.md index 34fac9b..21e4ddc 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/VIEWER_JSON_DEMOS.md b/demo/VIEWER_JSON_DEMOS.md similarity index 100% rename from VIEWER_JSON_DEMOS.md rename to demo/VIEWER_JSON_DEMOS.md diff --git a/demo/json/label-annotation-issue-17.json b/demo/json/label-annotation-issue-17.json new file mode 100644 index 0000000..ba09d73 --- /dev/null +++ b/demo/json/label-annotation-issue-17.json @@ -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" + } + ] +} \ No newline at end of file