api
api copied to clipboard
Source for API and model specifications documents (api and model)
What does it mean for a 3D Scene to have a background? https://en.wikipedia.org/wiki/Skybox_(video_games) Can we use the same properties for Canvases as for Scenes? Suggestion: ``` { "backgroundCanvas": { "id":...
Degrees: ``` { "type": "RotationTransform", "x": "90", "y": "180", "z": "270" } ``` Radians: ``` { "type": "RotationTransform", "x": "1.5708", "y": "3.14159", "z": "4.71239" } ``` gltf and many other...
**Preview**: https://preview.iiif.io/api/presi-4-milestone/presentation/4.0/ - creates new presi-4-milestone branch - updates presi 4 index front matter (YAML)
copied from https://github.com/IIIF/3d/issues/20#issuecomment-1488927451 - In general, this space conforms to expectations from Three.js - An infinite three-dimensional space - Floating-point coordinates define each of the three axes - Center of...
This proposal would allow Authorization Flow for third party cookies to continue in its current form, if adopted by Chrome even if _general_ support for third party cookies is removed:...
# Motivation Being able to use the `IIIF Content Search` API 3.x or 4.x to do search based on other than textual/plain text input. With the conversations and implementations around...
My understanding is that a request for `/0,0,1,1/max/0/default.jpg` should extract a 1×1px region at (0,0). However, I'm served a 2738×2738px image instead: ![Screenshot of URI and resultant image size in...
The rules for extensions say that they have to come first before the main context (for good reason, we don't want to extensions to change basic functionality and mappings). However...
Issue #2247 Preview: https://preview.iiif.io/api/license-registry/registry/ - Updates the existing registry/rights stub page to include the existing CC and RightsStatement.org URIs. - Adds the registry/rights page to the Registry index page. -...