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

[Feature] Scene API - first pass #426

Open
Tracked by #387
kanerogers opened this issue Feb 23, 2023 · 0 comments
Open
Tracked by #387

[Feature] Scene API - first pass #426

kanerogers opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
feature A new feature to add to the engine

Comments

@kanerogers
Copy link
Collaborator

kanerogers commented Feb 23, 2023

Background

Part of #315

A very simple way to get this going is:

{
  "scene_name": "Simple Scene Example",
  "entities": [
    {
      "name": "Damaged Helmet",
      "id": 0,
      "model": "damaged_helmet.glb",
      "transform": {
        "translation": [0.0, 1.4, 0.0],
        "scale": [1.0, 1.0, 1.0],
        "rotation": [0.0, 90.0, 0.0], // yes, euler degrees
      }
    }
  ]
}
@kanerogers kanerogers changed the title Load / save scene from disk [Feature] Load / save scene from disk Feb 23, 2023
@kanerogers kanerogers self-assigned this Feb 23, 2023
@kanerogers kanerogers added the feature A new feature to add to the engine label Feb 23, 2023
@kanerogers kanerogers changed the title [Feature] Load / save scene from disk [Feature] Scene API - First Pass Feb 23, 2023
@kanerogers kanerogers changed the title [Feature] Scene API - First Pass [Feature] Scene API - first pass Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature to add to the engine
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant