api
api copied to clipboard
Scene on Scene annotations
trafficstars
- define properties that get overridden by the parent scene - eg background colour
- what does a child Scene inherit from the parent?
- turn off / include lighting in child Scenes?
- turn off/ignore cameras in child Scenes?
how do behaviors and timemodes interact?
{
"id": "https://example.org/iiif/3d/anno1",
"type": "Annotation",
"motivation": ["painting"],
"body": {
"id": "https://example.org/iiif/uri-of-scene-defined-eslewhere",
"type": "Scene"
},
"target": [
{
"type": "SpecificResource",
"source": [
{
"id": "https://example.org/iiif/scene1/page/p1/1",
"type": "Scene"
}
],
"selector": [
{
"type": "PointSelector",
"x": 100.0,
"y": 100.0,
"z": 0.0
}
]
}
]
}
Ready for eds :)