From 0d15510e40f79cada52b44bb9bff0daa2c23728a Mon Sep 17 00:00:00 2001 From: Vincent Marchetti Date: Tue, 14 May 2024 16:48:29 -0400 Subject: [PATCH] Updated with links to example manifests and prototype viewers. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a0dbb6..4a6c98fc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ This included in package.json will install manifesto modules into node_modules. +### Demonstration Projects +[Example manifests](https://github.com/IIIF/3d/tree/main/manifests) conforming to the [Draft API](https://github.com/IIIF/3d/blob/main/temp-draft-4.md) . + +[Prototype Viewers](https://github.com/IIIF/3d/issues/28) rendering the example manifests. +- [Three-JS based viewer](https://codesandbox.io/p/github/JulieWinchester/iiif-threejs-demo) +- [X3D/X3DOM based viewer](https://codesandbox.io/p/github/vincentmarchetti/iiif-x3dom-demo/main) +- [Smithsonian Voyager](https://codesandbox.io/p/sandbox/voyager-annotations-demo-forked-l83l6w) + ### ChangeLog From start point of the version distributed from [JulieWinchester/manifesto](https://github.com/JulieWinchester/manifesto/tree/3dtsg-dev-dist) @@ -60,4 +68,8 @@ distributed from [vincentmarchetti/manifesto#3dtsg-main]() there were these chan #### To package.json version 4.3.0-draft3dapi.0.4.0 -1. Implemented Perspective Camera properties in the Camera class. \ No newline at end of file +1. Implemented Perspective Camera properties in the Camera class. + +#### To package.json version 4.3.0-draft3dapi.0.5.0 + +1. Implement lookAt property of Camera class and of Light class.