api icon indicating copy to clipboard operation
api copied to clipboard

Scene on Scene annotations

Open tomcrane opened this issue 1 year ago • 2 comments
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?

tomcrane avatar Jan 30 '24 19:01 tomcrane

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

tomcrane avatar Jan 30 '24 20:01 tomcrane

Ready for eds :)

azaroth42 avatar Jan 31 '24 21:01 azaroth42