Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scene on Scene annotations #2272

Open
tomcrane opened this issue Jan 30, 2024 · 2 comments
Open

Scene on Scene annotations #2272

tomcrane opened this issue Jan 30, 2024 · 2 comments
Labels
3d presentation Ready-for-Eds Editorial changes ready for Editorial review

Comments

@tomcrane
Copy link
Contributor

tomcrane commented Jan 30, 2024

  • 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
Copy link
Contributor Author

tomcrane commented Jan 30, 2024

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

@azaroth42
Copy link
Member

Ready for eds :)

@azaroth42 azaroth42 added the Ready-for-Eds Editorial changes ready for Editorial review label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3d presentation Ready-for-Eds Editorial changes ready for Editorial review
Projects
None yet
Development

No branches or pull requests

2 participants