Manifestival: View IIIF 3D in Multiple Viewers
Viewer:
Aleph + UV (MorphoSource)
Kompakkt
Voyager (Smithsonian)
X3DOM Viewer
Load Manifest Into Viewer
{ "@context": "http://iiif.io/api/presentation/4/context.json", "id": "https://example.org/iiif/3d/model_origin.json", "type": "Manifest", "label": { "en": ["Single Model"] }, "summary": { "en": ["Viewer should render the model at the scene origin, and then viewer should add default lighting and camera"] }, "items": [ { "id": "https://example.org/iiif/scene1/page/p1/1", "type": "Scene", "label": { "en": ["A Scene"] }, "items": [ { "id": "https://example.org/iiif/scene1/page/p1/1", "type": "AnnotationPage", "items": [ { "id": "https://example.org/iiif/3d/anno1", "type": "Annotation", "motivation": ["painting"], "body": { "id": "https://raw.githubusercontent.com/IIIF/3d/main/assets/astronaut/astronaut.glb", "type": "Model", "format": "model/gltf-binary" }, "target": "https://example.org/iiif/scene1/page/p1/1" } ] } ] } ] }
Select an Example Manifest
Single Model
Single Model with background color
Model with Explicit Perspective Camera
Model with Explicit Perspective Camera Looking at an Annotation
Model with Explicit Perspective Camera Looking at a Point
Choice of cameras WARNING use of Choice
Orthographic Camera
Model with Green AmbientLight
Model with DirectionalLight
Model with Rotated DirectionalLight
Single Positioned Model
Model shown normally and mirrored
Rotated Model
Rotated Translated Model
Translated, Scaled Model with original for comparison
Scaled, Translated Model with original for comparison
Translated Rotated Model
Scaled Model with original for comparison
Whale Cranium and Mandible Positioned
Scene with a Canvas
Scene with a Canvas (2)
Single Model with Comment Annotations
Whale Cranium and Mandible with Point Comment Annotation
Whale Cranium and Mandible with Point Comment Annotation and Camera
Whale Cranium and Mandible with Point Comment Annotation Oriented Toward Camera
Whale Cranium and Mandible with Point Comment Annotation Oriented Toward Camera (2)
Whale Cranium and Mandible with Point and 2D Shape Comment Annotations
Single Model with Comment Annotations and Custom Views Per Annotation
Whale Cranium and Mandible with Dynamic Commenting Annotations and Custom Per-Anno Views
Load