3d

3D Viewer JSON Demos For Issue 17

This document was specifically relevant to repository issue #17, which represented an attempt to demonstrate feasibility of 3D IIIF principles by expressing a single simplistic JSON set of annotations in multiple viewers. Herein are listed simple technical demo harnesses that fulfill the acceptance criteria of #17. That story was completed and has been closed. This is not the most up to date document describing how 3D TSG members should work together to push new demo experiments forward to help propel the goals of the TSG. Instead, users should see IIIF draft manifest experiments

For initial work relating to supporting the core user story Issues, the TSG determined a good starting point would be the creation and iterative refinement of simple code sandbox demos utilizing shared common JSON manifests of 3D content (annotations, etc.) to be displayed. Each demo includes a link to the demo using Code Sandbox.

As of 6/13/2023, these demos specifically address the task described by Issue 17: Demo harness: 3+ viewers using a common JSON annotation format supporting the user story Issue 14: Annotate displayed 3D models with commentary.

Label Annotation JSON

All viewer demos listed here employ a common simple shared JSON manifest. This manifest describes two 3D point text label annotations, one pointing out an astronaut’s visor and the other pointing out the astronaut’s glove. These label annotations are provided in reference to a specific low-poly 3D model of an astronaut which is also used in each demo. The JSON manifest is included in this repository as a discrete JSON file, but it is also included in this document for reference.

{
  "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"
    }
  ]
}

The Demos

Aleph

Link to the demo

Google Model Viewer

Link to the demo

Sketchfab

Link to the demo

Smithsonian Voyager

Link to the demo

X3D

Link to the demo

Changelog