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

Entity parenting #8

Open
nmfisher opened this issue Oct 17, 2023 · 2 comments
Open

Entity parenting #8

nmfisher opened this issue Oct 17, 2023 · 2 comments

Comments

@nmfisher
Copy link
Owner

We should be able to dynamically parent one entity to another (including transforms) so:

  • transforming the parent entity applies the same transform to its child entity (with the child entity transform then relative to its parent)
  • hiding/deleting/revealing/etc the parent entity hides/deletes/reveals/etc the whole entity hierarchy
@nmfisher
Copy link
Owner Author

This should also allow child entities to be skinned to an existing skeleton (e.g. for avatar costumes)

@nmfisher
Copy link
Owner Author

Basic parenting (transform) now available in develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant